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

/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp173 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); local
184 for (const auto &Group : RtPtrChecking->CheckingGroups) {
188 PtrToGroup[RtPtrChecking->getPointerInfo(PtrIdx).PointerValue] = &Group;
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp715 const auto *RtPtrChecking = LAI->getRuntimePointerChecking(); local
716 const auto &AllChecks = RtPtrChecking->getChecks();
718 RtPtrChecking);
799 const RuntimePointerChecking *RtPtrChecking) {
819 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) &&
796 includeOnlyCrossPartitionChecks( const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, const SmallVectorImpl<int> &PtrToPartition, const RuntimePointerChecking *RtPtrChecking) argument

Completed in 144 milliseconds