Searched refs:printLVI (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | LazyValueInfo.h | 127 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | LazyValueInfo.cpp | 463 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anon3ff9b8080411::LazyValueInfoImpl 1974 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo 1976 getImpl(PImpl, AC, F.getParent()).printLVI(F, DTree, OS); in printLVI() 2054 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 334 LVI->printLVI(F, DTU.getDomTree(), dbgs()); in runOnFunction() 364 LVI.printLVI(F, DTU.getDomTree(), dbgs()); in run()
|