Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp276 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
278 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
355 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
369 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
DLoopDistribute.cpp453 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
715 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop()
722 DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
DLoopVersioningLICM.cpp390 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp41 setAliasChecks(LAI.getRuntimePointerChecking()->getChecks()); in LoopVersioning()
173 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h553 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1421 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking() function in __anonfb91178e0111::LoopVectorizationLegality
1422 return LAI->getRuntimePointerChecking(); in getRuntimePointerChecking()
4463 << (LAI->getRuntimePointerChecking()->Need in canVectorize()
5166 if (OptForSize && Legal->getRuntimePointerChecking()->Need) { in selectVectorizationFactor()
5473 (VF == 1 && Legal->getRuntimePointerChecking()->Need); in selectInterleaveCount()