LLVM API Documentation

Public Member Functions
llvm::po_iterator_storage< LoopBlocksTraversal, true > Class Template Reference

Specialize po_iterator_storage to record postorder numbers. More...

#include <LoopIterator.h>

List of all members.

Public Member Functions

 po_iterator_storage (LoopBlocksTraversal &lbs)
bool insertEdge (BasicBlock *From, BasicBlock *To)
void finishPostorder (BasicBlock *BB)

Detailed Description

template<>
class llvm::po_iterator_storage< LoopBlocksTraversal, true >

Specialize po_iterator_storage to record postorder numbers.

Definition at line 112 of file LoopIterator.h.


Constructor & Destructor Documentation

Definition at line 115 of file LoopIterator.h.


Member Function Documentation

Definition at line 175 of file LoopIterator.h.

Definition at line 170 of file LoopIterator.h.


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