Home
last modified time | relevance | path

Searched refs:RtPtrChecking (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp62 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in versionLoop() local
64 SCEVExpander Exp2(*RtPtrChecking.getSE(), in versionLoop()
183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata() local
194 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
198 PtrToGroup[RtPtrChecking->getPointerInfo(PtrIdx).PointerValue] = &Group; in prepareNoAliasMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp792 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); in processLoop() local
793 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop()
795 RtPtrChecking); in processLoop()
903 const RuntimePointerChecking *RtPtrChecking) { in includeOnlyCrossPartitionChecks() argument
923 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1874 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking(); in Create() local
1875 if (RtPtrChecking.Need) { in Create()
1880 auto DiffChecks = RtPtrChecking.getDiffChecks(); in Create()
1893 MemCheckBlock->getTerminator(), L, RtPtrChecking.getChecks(), in Create()