Searched refs:printLVI (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 114 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 456 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anonc035c0260411::LazyValueInfoImpl 1819 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo 1821 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS); in printLVI() 1909 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 302 LVI->printLVI(F, *DT, dbgs()); in runOnFunction()
|