Lines Matching defs:MergeableGroup
1528 // The general setup is that 'MergeableGroup' stores the things that a set of
1531 // MergeableGroup is the key in a std::map whose value is a set of
1533 // specializes the MergeableGroup's generic description: the function name and
1560 struct MergeableGroup {
1563 bool operator<(const MergeableGroup &rhs) const {
1576 std::map<MergeableGroup, std::set<OutputIntrinsic>> MergeableGroupsPrelim;
1583 MergeableGroup MG;
1600 std::map<MergeableGroup, std::set<OutputIntrinsic>> MergeableGroups;
1603 const MergeableGroup &MG = kv.first;
1653 MergeableGroup MG;
1670 const MergeableGroup &MG = kv.first;