Searched refs:printLVI (Results 1 – 3 of 3) sorted by relevance
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 474 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anon3936ddd50411::LazyValueInfoImpl 1970 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo 1972 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS); in printLVI() 2060 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 319 LVI->printLVI(F, *DT, dbgs()); in runOnFunction()
|