Lines Matching defs:Groups
3000 const std::vector<VarGrpTy> Groups;
3006 const std::vector<VarGrpTy> &Groups,
3009 : Groups(Groups), VarGrpMap(VarGrpMap),
3025 return Groups[It->second];
3224 // `Groups` stores the set of Connected Components in the graph.
3225 std::vector<VarGrpTy> Groups;
3227 // variables belong to. Group indexes refer to the elements in `Groups`.
3230 // The union group over the ones in "Groups" that contain parameters of `D`:
3239 VarGrpTy &VarGroup = Groups.emplace_back();
3257 unsigned GrpIdx = Groups.size() - 1;
3304 VariableGroupsManagerImpl VarGrpMgr(Groups, VarGrpMap, GrpsUnionForParms);