Home
last modified time | relevance | path

Searched refs:getChecks (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp382 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
555 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
H A DLoopLoadElimination.cpp402 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
H A DLoopDistribute.cpp793 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h509 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3086 if (LAI->getRuntimePointerChecking()->getChecks().empty() && in clear()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1893 MemCheckBlock->getTerminator(), L, RtPtrChecking.getChecks(), in Create()
7325 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan()
7333 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()