Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp412 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
421 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
526 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp280 (LAI.getNumRuntimePointerChecks() || in runImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h582 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1922 LAI.getNumRuntimePointerChecks() > VectorizeMemoryCheckThreshold; in Create()