Searched refs:printChecks (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 423 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 442 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 369 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
|
D | LoopDistribute.cpp | 722 DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 402 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
|
D | LoopDistribute.cpp | 766 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 409 void RuntimePointerChecking::printChecks( in printChecks() function in RuntimePointerChecking 431 printChecks(OS, Checks, Depth); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 453 void RuntimePointerChecking::printChecks( in printChecks() function in RuntimePointerChecking 475 printChecks(OS, Checks, Depth); in print()
|