Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Groups

233   // We build the groups from dependency candidates equivalence classes
243 // We use the following (greedy) algorithm to construct the groups
271 // separate checking groups for all pointers.
293 // Go through all equivalence classes, get the "pointer check groups"
305 SmallVector<CheckingPtrGroup, 2> Groups;
322 for (CheckingPtrGroup &Group : Groups) {
326 // will create separate groups for all remaining pointers.
342 Groups.push_back(CheckingPtrGroup(Pointer, *this));
347 std::copy(Groups.begin(), Groups.end(), std::back_inserter(CheckingGroups));
548 // Accesses between different groups doesn't need to be checked.