Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h113 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp474 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anon3936ddd50411::LazyValueInfoImpl
1970 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo
1972 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS); in printLVI()
2060 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp319 LVI->printLVI(F, *DT, dbgs()); in runOnFunction()