Home
last modified time | relevance | path

Searched refs:printLVI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h130 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp490 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()