LLVM: StackNode Class Reference (original) (raw)

Public Member Functions
StackNode (ScopedHashTable< const SCEV *, LoadValue > &AvailableLoads, unsigned cg, DomTreeNode *N, DomTreeNode::const_iterator Child, DomTreeNode::const_iterator End)
unsigned currentGeneration () const
unsigned childGeneration () const
void childGeneration (unsigned generation)
DomTreeNode * node ()
DomTreeNode::const_iterator childIter () const
DomTreeNode * nextChild ()
DomTreeNode::const_iterator end () const
bool isProcessed () const
void process ()

Definition at line 222 of file LoopUnroll.cpp.

childGeneration() [1/2]

unsigned StackNode::childGeneration ( ) const inline

childGeneration() [2/2]

void StackNode::childGeneration ( unsigned generation) inline

childIter()

currentGeneration()

unsigned StackNode::currentGeneration ( ) const inline

end()

isProcessed()

bool StackNode::isProcessed ( ) const inline

nextChild()

node()

process()

void StackNode::process ( ) inline

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