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.cpp391 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
400 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
505 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp289 (LAI.getNumRuntimePointerChecks() || in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h700 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1801 LAI.getNumRuntimePointerChecks() > VectorizeMemoryCheckThreshold; in create()