Searched refs:printLVI (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 128 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 438 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in llvm::LazyValueInfoImpl 2070 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo 2072 Impl->printLVI(F, DTree, OS); in printLVI() 2133 LVI.printLVI(F, DTree, OS); in run()
|