Lines Matching refs:RtCheck

281   const SCEV *Start = RtCheck.Pointers[Index].Start;  in addPointer()
282 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer()
287 const SCEV *Min0 = getMinFromExprs(Start, Low, RtCheck.SE); in addPointer()
291 const SCEV *Min1 = getMinFromExprs(End, High, RtCheck.SE); in addPointer()
532 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
545 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE,
654 bool AccessAnalysis::createCheckForAccess(RuntimePointerChecking &RtCheck, in createCheckForAccess() argument
689 RtCheck.insert(TheLoop, Ptr, IsWrite, DepId, ASId, StridesMap, PSE); in createCheckForAccess()
695 bool AccessAnalysis::canCheckPtrAtRT(RuntimePointerChecking &RtCheck, in canCheckPtrAtRT() argument
733 if (!createCheckForAccess(RtCheck, Access, StridesMap, DepSetId, TheLoop, in canCheckPtrAtRT()
762 if (!createCheckForAccess(RtCheck, Access, StridesMap, DepSetId, in canCheckPtrAtRT()
780 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT()
784 if (RtCheck.Pointers[i].DependencySetId == in canCheckPtrAtRT()
785 RtCheck.Pointers[j].DependencySetId) in canCheckPtrAtRT()
788 if (RtCheck.Pointers[i].AliasSetId != RtCheck.Pointers[j].AliasSetId) in canCheckPtrAtRT()
791 Value *PtrI = RtCheck.Pointers[i].PointerValue; in canCheckPtrAtRT()
792 Value *PtrJ = RtCheck.Pointers[j].PointerValue; in canCheckPtrAtRT()
806 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()
808 LLVM_DEBUG(dbgs() << "LAA: We need to do " << RtCheck.getNumberOfChecks() in canCheckPtrAtRT()
811 RtCheck.Need = NeedRTCheck; in canCheckPtrAtRT()
815 RtCheck.reset(); in canCheckPtrAtRT()