Searched refs:printLVI (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 112 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
|
/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-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 461 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anondc48f1430411::LazyValueInfoImpl 1865 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo 1867 getImpl(PImpl, AC, F.getParent()).printLVI(F, DTree, OS); in printLVI() 1945 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
|
/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 __anon241b53b70411::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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 331 LVI->printLVI(F, DTU.getDomTree(), dbgs()); in runOnFunction() 357 LVI.printLVI(F, DTU.getDomTree(), dbgs()); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 319 LVI->printLVI(F, *DT, dbgs()); in runOnFunction()
|