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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp387 if (LAI->getNumRuntimePointerChecks() >
396 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks())
501 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks());
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp281 (LAI.getNumRuntimePointerChecks() ||
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h596 unsigned getNumRuntimePointerChecks() const { function in class:llvm::LoopAccessInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1982 LAI.getNumRuntimePointerChecks() > VectorizeMemoryCheckThreshold;

Completed in 299 milliseconds