Lines Matching refs:CheckingGroups
477 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()
478 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()
479 const RuntimeCheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()
480 const RuntimeCheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()
575 CheckingGroups.clear(); in groupChecks()
604 CheckingGroups.emplace_back(I, *this); in groupChecks()
676 llvm::append_range(CheckingGroups, Groups); in groupChecks()
705 getPtrToIdxMap(ArrayRef<RuntimeCheckingPtrGroup> CheckingGroups) { in getPtrToIdxMap() argument
707 for (const auto &[Idx, CG] : enumerate(CheckingGroups)) in getPtrToIdxMap()
716 auto PtrIndices = getPtrToIdxMap(CheckingGroups); in printChecks()
737 auto PtrIndices = getPtrToIdxMap(CheckingGroups); in print()
738 for (const auto &CG : CheckingGroups) { in print()