Home
last modified time | relevance | path

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

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