Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DLazyValueInfo.h112 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h113 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS);
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp461 void printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in __anondc48f1430411::LazyValueInfoImpl
1865 void LazyValueInfo::printLVI(Function &F, DominatorTree &DTree, raw_ostream &OS) { in printLVI() function in LazyValueInfo
1867 getImpl(PImpl, AC, F.getParent()).printLVI(F, DTree, OS); in printLVI()
1945 LVI.printLVI(F, DTree, dbgs()); in runOnFunction()
/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 __anon241b53b70411::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/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp331 LVI->printLVI(F, DTU.getDomTree(), dbgs()); in runOnFunction()
357 LVI.printLVI(F, DTU.getDomTree(), dbgs()); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp319 LVI->printLVI(F, *DT, dbgs()); in runOnFunction()