Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp256 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
258 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
335 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
349 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
DLoopDistribute.cpp439 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
783 const auto *RtPtrChecking = LAI.getRuntimePointerChecking(); in processLoop()
790 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp34 setAliasChecks(LAI.getRuntimePointerChecking()->getChecks()); in LoopVersioning()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h520 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1248 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function in __anon63bf7e8f0111::LoopVectorizationLegality
1249 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
4137 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
4719 if (OptForSize && Legal->getRuntimePointerChecking()->Need) { in selectVectorizationFactor()
5011 (VF == 1 && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()