Home
last modified time | relevance | path

Searched refs:printChecks (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h442 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp369 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
DLoopDistribute.cpp722 DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp409 void RuntimePointerChecking::printChecks( in printChecks() function in RuntimePointerChecking
431 printChecks(OS, Checks, Depth); in print()