Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp61 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in versionLoop()
182 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()
282 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp314 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
316 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
391 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
406 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
H A DLoopVersioningLICM.cpp407 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
595 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
H A DLoopDistribute.cpp503 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()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h361 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
362 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h576 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1357 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
H A DLoopVectorize.cpp1941 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create()
4832 if (Legal->getRuntimePointerChecking()->Need) { in runtimeChecksRequired()
5031 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF()
5823 (VF.isScalar() && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()
7659 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan()
7660 !LAI->getRuntimePointerChecking()->getDiffChecks()) { in executePlan()
7667 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()