Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyValueInfo.h127 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyValueInfo.cpp463 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/
DJumpThreading.cpp334 LVI->printLVI(F, DTU.getDomTree(), dbgs()); in runOnFunction()
364 LVI.printLVI(F, DTU.getDomTree(), dbgs()); in run()