Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CheckingPtrGroup

164       const RuntimePointerChecking::CheckingPtrGroup &CGI = CheckingGroups[I];
165 const RuntimePointerChecking::CheckingPtrGroup &CGJ = CheckingGroups[J];
181 bool RuntimePointerChecking::needsChecking(const CheckingPtrGroup &M,
182 const CheckingPtrGroup &N) const {
204 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) {
279 CheckingGroups.push_back(CheckingPtrGroup(I, *this));
305 SmallVector<CheckingPtrGroup, 2> Groups;
322 for (CheckingPtrGroup &Group : Groups) {
342 Groups.push_back(CheckingPtrGroup(Pointer, *this));
1630 expandBounds(const RuntimePointerChecking::CheckingPtrGroup *CG, Loop *TheLoop,