Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Groups

265   // We build the groups from dependency candidates equivalence classes
275 // We use the following (greedy) algorithm to construct the groups
303 // separate checking groups for all pointers.
325 // Go through all equivalence classes, get the "pointer check groups"
337 SmallVector<CheckingPtrGroup, 2> Groups;
354 for (CheckingPtrGroup &Group : Groups) {
358 // will create separate groups for all remaining pointers.
374 Groups.push_back(CheckingPtrGroup(Pointer, *this));
379 std::copy(Groups.begin(), Groups.end(), std::back_inserter(CheckingGroups));
596 // Accesses between different groups doesn't need to be checked.