Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp418 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
623 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in runOnLoop()
H A DLoopLoadElimination.cpp389 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
H A DLoopDistribute.cpp795 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp282 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h446 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1927 RtPtrChecking.getChecks(), MemCheckExp); in Create()
7568 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan()
7576 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()