Lines Matching refs:PtrRtCheck
954 PtrRtCheck.Pointers.clear(); in analyzeLoop()
955 PtrRtCheck.Need = false; in analyzeLoop()
1117 CanDoRT = Accesses.canCheckPtrAtRT(PtrRtCheck, NumComparisons, SE, TheLoop, in analyzeLoop()
1135 PtrRtCheck.reset(); in analyzeLoop()
1140 PtrRtCheck.Need = NeedRTCheck; in analyzeLoop()
1156 PtrRtCheck.reset(); in analyzeLoop()
1157 PtrRtCheck.Need = true; in analyzeLoop()
1159 CanDoRT = Accesses.canCheckPtrAtRT(PtrRtCheck, NumComparisons, SE, in analyzeLoop()
1166 PtrRtCheck.reset(); in analyzeLoop()
1217 if (!PtrRtCheck.Need) in addRuntimeCheck()
1220 unsigned NumPointers = PtrRtCheck.Pointers.size(); in addRuntimeCheck()
1229 Value *Ptr = PtrRtCheck.Pointers[i]; in addRuntimeCheck()
1244 Value *Start = Exp.expandCodeFor(PtrRtCheck.Starts[i], PtrArithTy, Loc); in addRuntimeCheck()
1245 Value *End = Exp.expandCodeFor(PtrRtCheck.Ends[i], PtrArithTy, Loc); in addRuntimeCheck()
1256 if (!PtrRtCheck.needsChecking(i, j, PtrPartition)) in addRuntimeCheck()
1317 if (PtrRtCheck.Need) in print()
1340 PtrRtCheck.print(OS, Depth); in print()