Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp308 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
310 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
387 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
402 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
H A DLoopDistribute.cpp508 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
794 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop()
803 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
H A DLoopVersioningLICM.cpp430 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h311 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
312 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp41 setAliasChecks(LAI.getRuntimePointerChecking()->getChecks()); in LoopVersioning()
176 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h526 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1130 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
H A DLoopVectorize.cpp4625 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) { in computeMaxVF()
4642 if (Legal->getRuntimePointerChecking()->Need) { in computeMaxVF()
5007 (VF == 1 && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()