Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp362 LazyValueInfoAnnotatedWriter(LazyValueInfoImpl *L, DominatorTree &DTree) in LazyValueInfoAnnotatedWriter() argument
363 : LVIImpl(L), DT(DTree) {} in LazyValueInfoAnnotatedWriter()
456 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument
457 LazyValueInfoAnnotatedWriter Writer(this, DTree); in printLVI()
1819 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() argument
1821 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS); in printLVI()
1908 auto &DTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
1909 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h114 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-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp993 DominatorTree *DTree, SmallVectorImpl<WeakTrackingVH> &DI, in WidenIV() argument
996 L(LI->getLoopFor(OrigPhi->getParent())), SE(SEv), DT(DTree), in WidenIV()
1767 const DominatorTree *DTree) in IndVarSimplifyVisitor() argument
1769 DT = DTree; in IndVarSimplifyVisitor()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp818 ScalarEvolution *SEv, DominatorTree *DTree, in WidenIV() argument
826 DT(DTree), in WidenIV()