Lines Matching refs:PtrRtChecking
1371 PtrRtChecking.Pointers.clear(); in analyzeLoop()
1372 PtrRtChecking.Need = false; in analyzeLoop()
1532 Accesses.canCheckPtrAtRT(PtrRtChecking, PSE.getSE(), TheLoop, Strides); in analyzeLoop()
1556 PtrRtChecking.reset(); in analyzeLoop()
1557 PtrRtChecking.Need = true; in analyzeLoop()
1561 Accesses.canCheckPtrAtRT(PtrRtChecking, SE, TheLoop, Strides, true); in analyzeLoop()
1578 << (PtrRtChecking.Need ? "" : " don't") in analyzeLoop()
1632 const RuntimePointerChecking &PtrRtChecking) { in expandBounds() argument
1633 Value *Ptr = PtrRtChecking.Pointers[CG->Members[0]].PointerValue; in expandBounds()
1661 const RuntimePointerChecking &PtrRtChecking) { in expandBounds() argument
1671 First = expandBounds(Check.first, L, Loc, Exp, SE, PtrRtChecking), in expandBounds()
1672 Second = expandBounds(Check.second, L, Loc, Exp, SE, PtrRtChecking); in expandBounds()
1686 expandBounds(PointerChecks, TheLoop, Loc, SE, Exp, PtrRtChecking); in addRuntimeChecks()
1742 if (!PtrRtChecking.Need) in addRuntimeChecks()
1745 return addRuntimeChecks(Loc, PtrRtChecking.getChecks()); in addRuntimeChecks()
1753 : PSE(*SE), PtrRtChecking(SE), DepChecker(PSE, L), TheLoop(L), DL(DL), in LoopAccessInfo()
1763 if (PtrRtChecking.Need) in print()
1782 PtrRtChecking.print(OS, Depth); in print()