Searched refs:CheckingGroups (Results 1 – 3 of 3) sorted by relevance
238 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()239 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()240 const RuntimePointerChecking::CheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()241 const RuntimePointerChecking::CheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()326 CheckingGroups.clear(); in groupChecks()355 CheckingGroups.push_back(CheckingPtrGroup(I, *this)); in groupChecks()423 llvm::copy(Groups, std::back_inserter(CheckingGroups)); in groupChecks()478 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in print()479 const auto &CG = CheckingGroups[I]; in print()
187 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
457 SmallVector<CheckingPtrGroup, 2> CheckingGroups; variable