Searched refs:DTree (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 366 LazyValueInfoAnnotatedWriter(LazyValueInfoImpl *L, DominatorTree &DTree) in LazyValueInfoAnnotatedWriter() argument 367 : LVIImpl(L), DT(DTree) {} in LazyValueInfoAnnotatedWriter() 474 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument 475 LazyValueInfoAnnotatedWriter Writer(this, DTree); in printLVI() 1970 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument 1972 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS); in printLVI() 2059 auto &DTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local 2060 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 113 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 894 ScalarEvolution *SEv, DominatorTree *DTree, in WidenIV() argument 902 DT(DTree), in WidenIV() 1487 const DominatorTree *DTree) in IndVarSimplifyVisitor() argument 1489 DT = DTree; in IndVarSimplifyVisitor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1029 DominatorTree *DTree, SmallVectorImpl<WeakTrackingVH> &DI, in WidenIV() argument 1032 L(LI->getLoopFor(OrigPhi->getParent())), SE(SEv), DT(DTree), in WidenIV() 1947 const DominatorTree *DTree) in IndVarSimplifyVisitor() argument 1949 DT = DTree; in IndVarSimplifyVisitor()
|