Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp407 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
595 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
H A DLoopLoadElimination.cpp391 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
H A DLoopDistribute.cpp793 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp282 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h447 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1961 RtPtrChecking.getChecks(), MemCheckExp); in Create()
7659 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan()
7667 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()