Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopVersioningLICM.cpp387 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
396 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
501 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopVersioning.cpp281 (LAI.getNumRuntimePointerChecks() || in runImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopAccessAnalysis.h649 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1855 LAI.getNumRuntimePointerChecks() > VectorizeMemoryCheckThreshold; in Create()