Home
last modified time | relevance | path

Searched refs:DTree (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp353 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 DLazyValueInfo.h130 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1134 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 DIndVarSimplify.cpp579 const DominatorTree *DTree) in IndVarSimplifyVisitor() argument
581 DT = DTree; in IndVarSimplifyVisitor()