Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h114 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp456 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anonc035c0260411::LazyValueInfoImpl
1819 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo
1821 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS); in printLVI()
1909 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp302 LVI->printLVI(F, *DT, dbgs()); in runOnFunction()