Searched defs:getDomTree (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h42 const DominatorTree *getDomTree() const { return DT; } function in class:llvm::IVVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h267 DominatorTree &getDomTree() { return DT; } function in class:llvm::DominatorTreeWrapperPass
268 const DominatorTree &getDomTree() const { return DT; } function in class:llvm::DominatorTreeWrapperPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp303 DominatorTree &DomTreeUpdater::getDomTree() { function in class:llvm::DomTreeUpdater

Completed in 113 milliseconds