LLVM  8.0.1
Public Member Functions | List of all members
llvm::po_iterator_storage< LoopBlocksTraversal, true > Class Template Reference

Specialize po_iterator_storage to record postorder numbers. More...

#include "llvm/Analysis/LoopIterator.h"

Public Member Functions

 po_iterator_storage (LoopBlocksTraversal &lbs)
 
bool insertEdge (Optional< 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 191 of file LoopIterator.h.

Constructor & Destructor Documentation

◆ po_iterator_storage()

Definition at line 194 of file LoopIterator.h.

References From.

Member Function Documentation

◆ finishPostorder()

void llvm::po_iterator_storage< LoopBlocksTraversal, true >::finishPostorder ( BasicBlock BB)
inline

Definition at line 254 of file LoopIterator.h.

◆ insertEdge()

bool llvm::po_iterator_storage< LoopBlocksTraversal, true >::insertEdge ( Optional< BasicBlock *>  From,
BasicBlock To 
)
inline

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