Lines Matching defs:MergeableGroup
1522 // The general setup is that 'MergeableGroup' stores the things that a set of
1525 // MergeableGroup is the key in a std::map whose value is a set of
1527 // specializes the MergeableGroup's generic description: the function name and
1554 struct MergeableGroup {
1557 bool operator<(const MergeableGroup &rhs) const {
1570 std::map<MergeableGroup, std::set<OutputIntrinsic>> MergeableGroupsPrelim;
1577 MergeableGroup MG;
1595 std::map<MergeableGroup, std::set<OutputIntrinsic>> MergeableGroups;
1598 const MergeableGroup &MG = kv.first;
1648 MergeableGroup MG;
1666 const MergeableGroup &MG = kv.first;