Searched refs:CheckingGroups (Results 1 – 3 of 3) sorted by relevance
381 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()382 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()383 const RuntimeCheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()384 const RuntimeCheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()481 CheckingGroups.clear(); in groupChecks()510 CheckingGroups.push_back(RuntimeCheckingPtrGroup(I, *this)); in groupChecks()584 llvm::copy(Groups, std::back_inserter(CheckingGroups)); in groupChecks()639 for (const auto &CG : CheckingGroups) { in print()
194 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
548 SmallVector<RuntimeCheckingPtrGroup, 2> CheckingGroups; variable