Searched refs:DTree (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 353 LazyValueInfoAnnotatedWriter(LazyValueInfoImpl *L, DominatorTree &DTree) in LazyValueInfoAnnotatedWriter() argument 354 : LVIImpl(L), DT(DTree) {} in LazyValueInfoAnnotatedWriter() 490 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument 491 LazyValueInfoAnnotatedWriter Writer(this, DTree); in printLVI() 1996 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument 1998 Impl->printLVI(F, DTree, OS); in printLVI() 2058 auto &DTree = AM.getResult<DominatorTreeAnalysis>(F); in run() local 2059 LVI.printLVI(F, DTree, OS); in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyValueInfo.h | 130 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1134 DominatorTree *DTree, SmallVectorImpl<WeakTrackingVH> &DI, 1228 DominatorTree *DTree, SmallVectorImpl<WeakTrackingVH> &DI, in WidenIV() argument 1231 L(LI->getLoopFor(OrigPhi->getParent())), SE(SEv), DT(DTree), in WidenIV()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 579 const DominatorTree *DTree) in IndVarSimplifyVisitor() argument 581 DT = DTree; in IndVarSimplifyVisitor()
|