Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyValueInfo.h127 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyValueInfo.cpp351 LazyValueInfoAnnotatedWriter(LazyValueInfoImpl *L, DominatorTree &DTree) in LazyValueInfoAnnotatedWriter() argument
352 : LVIImpl(L), DT(DTree) {} in LazyValueInfoAnnotatedWriter()
463 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument
464 LazyValueInfoAnnotatedWriter Writer(this, DTree); in printLVI()
1974 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument
1976 getImpl(PImpl, AC, F.getParent()).printLVI(F, DTree, OS); in printLVI()
2053 auto &DTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
2054 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp1075 DominatorTree *DTree, SmallVectorImpl<WeakTrackingVH> &DI,
1167 DominatorTree *DTree, SmallVectorImpl<WeakTrackingVH> &DI, in WidenIV() argument
1170 L(LI->getLoopFor(OrigPhi->getParent())), SE(SEv), DT(DTree), in WidenIV()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp581 const DominatorTree *DTree) in IndVarSimplifyVisitor() argument
583 DT = DTree; in IndVarSimplifyVisitor()