Searched refs:RtPtrChecking (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp177 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); local
188 for (const auto &Group : RtPtrChecking->CheckingGroups) {
192 PtrToGroup[RtPtrChecking->getPointerInfo(PtrIdx).PointerValue] = &Group;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp800 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); local
801 const auto &AllChecks = RtPtrChecking->getChecks();
803 RtPtrChecking);
910 const RuntimePointerChecking *RtPtrChecking) {
930 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) &&
907 includeOnlyCrossPartitionChecks( const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, const SmallVectorImpl<int> &PtrToPartition, const RuntimePointerChecking *RtPtrChecking) argument

Completed in 175 milliseconds