LLVM API Documentation

ISelQueueUpdater Class Reference

#include <DAGISelHeader.h>

Inheritance diagram for ISelQueueUpdater:

Inheritance graph
[legend]
Collaboration diagram for ISelQueueUpdater:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ISelQueueUpdater (std::vector< SDNode * > &isq)
bool hadDelete () const
virtual void NodeDeleted (SDNode *N, SDNode *E)
 NodeDeleted - remove node from the selection queue.
virtual void NodeUpdated (SDNode *N)
 NodeUpdated - Ignore updates for now.


Detailed Description

ISelQueueUpdater - helper class to handle updates of the instruciton selection queue.

Definition at line 89 of file DAGISelHeader.h.


Constructor & Destructor Documentation

ISelQueueUpdater::ISelQueueUpdater ( std::vector< SDNode * > &  isq  )  [inline, explicit]

Definition at line 94 of file DAGISelHeader.h.


Member Function Documentation

bool ISelQueueUpdater::hadDelete (  )  const [inline]

Definition at line 97 of file DAGISelHeader.h.

Referenced by UpdateQueue().

virtual void ISelQueueUpdater::NodeDeleted ( SDNode *  N,
SDNode *  E 
) [inline, virtual]

NodeDeleted - remove node from the selection queue.

Definition at line 100 of file DAGISelHeader.h.

References ISelQueue.

virtual void ISelQueueUpdater::NodeUpdated ( SDNode *  N  )  [inline, virtual]

NodeUpdated - Ignore updates for now.

Definition at line 107 of file DAGISelHeader.h.


The documentation for this class was generated from the following file:



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.