LLVM API Documentation
This is the complete list of members for llvm::DominatorTree, including all inherited members.
| addNewBlock(BasicBlock *BB, BasicBlock *DomBB) | llvm::DominatorTree | inline |
| assignPassManager(PMStack &PMS, PassManagerType T) | llvm::FunctionPass | virtual |
| changeImmediateDominator(BasicBlock *N, BasicBlock *NewIDom) | llvm::DominatorTree | inline |
| changeImmediateDominator(DomTreeNode *N, DomTreeNode *NewIDom) | llvm::DominatorTree | inline |
| compare(DominatorTree &Other) const | llvm::DominatorTree | inline |
| createPass(AnalysisID ID) | llvm::Pass | static |
| createPrinterPass(raw_ostream &O, const std::string &Banner) const | llvm::FunctionPass | virtual |
| doFinalization(Module &) | llvm::Pass | inlinevirtual |
| doInitialization(Module &) | llvm::Pass | inlinevirtual |
| dominates(const DomTreeNode *A, const DomTreeNode *B) const | llvm::DominatorTree | inline |
| dominates(const BasicBlock *A, const BasicBlock *B) const | llvm::DominatorTree | inline |
| dominates(const Instruction *Def, const Use &U) const | llvm::DominatorTree | |
| dominates(const Instruction *Def, const Instruction *User) const | llvm::DominatorTree | |
| dominates(const Instruction *Def, const BasicBlock *BB) const | llvm::DominatorTree | |
| dominates(const BasicBlockEdge &BBE, const Use &U) const | llvm::DominatorTree | |
| dominates(const BasicBlockEdge &BBE, const BasicBlock *BB) const | llvm::DominatorTree | |
| DominatorTree() | llvm::DominatorTree | inline |
| DT | llvm::DominatorTree | |
| dump() const | llvm::Pass | |
| dumpPassStructure(unsigned Offset=0) | llvm::Pass | virtual |
| eraseNode(BasicBlock *BB) | llvm::DominatorTree | inline |
| findNearestCommonDominator(BasicBlock *A, BasicBlock *B) | llvm::DominatorTree | inline |
| findNearestCommonDominator(const BasicBlock *A, const BasicBlock *B) | llvm::DominatorTree | inline |
| FunctionPass(char &pid) | llvm::FunctionPass | inlineexplicit |
| getAdjustedAnalysisPointer(AnalysisID ID) | llvm::Pass | virtual |
| getAnalysis() const | llvm::Pass | |
| getAnalysis(Function &F) | llvm::Pass | |
| getAnalysisID(AnalysisID PI) const | llvm::Pass | |
| getAnalysisID(AnalysisID PI, Function &F) | llvm::Pass | |
| getAnalysisIfAvailable() const | llvm::Pass | |
| getAnalysisUsage(AnalysisUsage &AU) const | llvm::DominatorTree | inlinevirtual |
| getAsImmutablePass() | llvm::Pass | virtual |
| getAsPMDataManager() | llvm::Pass | virtual |
| getBase() | llvm::DominatorTree | inline |
| getDescendants(BasicBlock *R, SmallVectorImpl< BasicBlock * > &Result) const | llvm::DominatorTree | inline |
| getNode(BasicBlock *BB) const | llvm::DominatorTree | inline |
| getPassID() const | llvm::Pass | inline |
| getPassKind() const | llvm::Pass | inline |
| getPassName() const | llvm::Pass | virtual |
| getPotentialPassManagerType() const | llvm::FunctionPass | virtual |
| getResolver() const | llvm::Pass | inline |
| getRoot() const | llvm::DominatorTree | inline |
| getRootNode() const | llvm::DominatorTree | inline |
| getRoots() const | llvm::DominatorTree | inline |
| ID | llvm::DominatorTree | static |
| isReachableFromEntry(const BasicBlock *A) const | llvm::DominatorTree | inline |
| isReachableFromEntry(const Use &U) const | llvm::DominatorTree | |
| lookupPassInfo(const void *TI) | llvm::Pass | static |
| lookupPassInfo(StringRef Arg) | llvm::Pass | static |
| mustPreserveAnalysisID(char &AID) const | llvm::Pass | |
| operator[](BasicBlock *BB) const | llvm::DominatorTree | inline |
| Pass(PassKind K, char &pid) | llvm::Pass | inlineexplicit |
| preparePassManager(PMStack &) | llvm::Pass | virtual |
| print(raw_ostream &OS, const Module *M=0) const | llvm::DominatorTree | virtual |
| properlyDominates(const DomTreeNode *A, const DomTreeNode *B) const | llvm::DominatorTree | inline |
| properlyDominates(const BasicBlock *A, const BasicBlock *B) const | llvm::DominatorTree | inline |
| releaseMemory() | llvm::DominatorTree | inlinevirtual |
| runOnFunction(Function &F) | llvm::DominatorTree | virtual |
| setResolver(AnalysisResolver *AR) | llvm::Pass | |
| splitBlock(BasicBlock *NewBB) | llvm::DominatorTree | inline |
| verifyAnalysis() const | llvm::DominatorTree | virtual |
| ~DominatorTree() | llvm::DominatorTree | inline |
| ~Pass() | llvm::Pass | virtual |