Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h120 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp461 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anonc76404170411::LazyValueInfoImpl
1856 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo
1858 getImpl(PImpl, AC, F.getParent()).printLVI(F, DTree, OS); in printLVI()
1936 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp338 LVI->printLVI(F, DTU.getDomTree(), dbgs()); in runOnFunction()
368 LVI.printLVI(F, DTU.getDomTree(), dbgs()); in run()