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