Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp423 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
432 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
537 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp280 (LAI.getNumRuntimePointerChecks() || in runImpl()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h581 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1888 LAI.getNumRuntimePointerChecks() > VectorizeMemoryCheckThreshold; in Create()