Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp398 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
H A DLoopDistribute.cpp790 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h461 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2020 MemCheckBlock->getTerminator(), L, RtPtrChecking.getChecks(), in Create()
7587 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan()
7595 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()