Home
last modified time | relevance | path

Searched refs:getRuntimePointerChecking (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp62 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in versionLoop()
183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()
283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp324 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
326 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
402 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
417 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
H A DLoopVersioningLICM.cpp382 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
555 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
H A DLoopDistribute.cpp499 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
792 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop()
814 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h366 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
367 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h643 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1520 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
H A DLoopVectorize.cpp1874 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create()
3783 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired()
4000 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF()
5013 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()
7325 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan()
7326 !LAI->getRuntimePointerChecking()->getDiffChecks()) { in executePlan()
7333 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3086 if (LAI->getRuntimePointerChecking()->getChecks().empty() && in clear()