Lines Matching defs:Groups
3606 const std::vector<VarGrpTy> Groups;
3612 const std::vector<VarGrpTy> &Groups,
3615 : Groups(Groups), VarGrpMap(VarGrpMap),
3631 return Groups[It->second];
3802 // `Groups` stores the set of Connected Components in the graph.
3803 std::vector<VarGrpTy> Groups;
3805 // variables belong to. Group indexes refer to the elements in `Groups`.
3808 // The union group over the ones in "Groups" that contain parameters of `D`:
3817 VarGrpTy &VarGroup = Groups.emplace_back();
3835 unsigned GrpIdx = Groups.size() - 1;
3882 VariableGroupsManagerImpl VarGrpMgr(Groups, VarGrpMap, GrpsUnionForParms);