Home
last modified time | relevance | path

Searched refs:getRuntimePointerChecking (Results 1 – 8 of 8) 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.cpp321 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
323 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
398 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
413 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.cpp500 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
789 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop()
811 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h363 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
364 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h590 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1502 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
H A DLoopVectorize.cpp2001 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create()
4427 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired()
4625 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF()
5508 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()
7587 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan()
7588 !LAI->getRuntimePointerChecking()->getDiffChecks()) { in executePlan()
7595 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()