Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp387 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
396 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
501 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp281 (LAI.getNumRuntimePointerChecks() || in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h649 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1855 LAI.getNumRuntimePointerChecks() > VectorizeMemoryCheckThreshold; in Create()