Searched defs:getDomTree (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ | ||
H A D | SimplifyIndVar.h | 45 const DominatorTree *getDomTree() const { return DT; } function in class:llvm::IVVisitor |
/external/llvm/include/llvm/IR/ | ||
H A D | Dominators.h | 236 DominatorTree &getDomTree() { return DT; } function in class:llvm::DominatorTreeWrapperPass 237 const DominatorTree &getDomTree() const { return DT; } function in class:llvm::DominatorTreeWrapperPass |
Completed in 1312 milliseconds