Lines Matching defs:M0
152 unsigned M0 = Map.begin()->first;
153 return get(M0) < I.get(M0);
157 unsigned M0 = Map.begin()->first;
158 return get(M0) == I.get(M0);
162 unsigned M0 = Map.begin()->first;
163 return get(M0).isSubClassOf(I.get(M0));
168 unsigned M0 = Map.begin()->first;
169 const RegSizeInfo &A0 = get(M0);
170 const RegSizeInfo &B0 = I.get(M0);