Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp366 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/
DLazyValueInfo.h113 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp894 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/
DIndVarSimplify.cpp1029 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()