Lines Matching defs:OtherGroup
175 // before SUnits in OtherGroup.
176 void link(SchedGroup &OtherGroup);
1166 SchedGroup *OtherGroup = nullptr;
1172 OtherGroup = &PipeSG;
1175 if (!OtherGroup)
1177 if (!OtherGroup->Collection.size())
1180 for (auto &OtherEle : OtherGroup->Collection) {
1203 SchedGroup *OtherGroup = nullptr;
1209 OtherGroup = &PipeSG;
1212 if (!OtherGroup)
1214 if (!OtherGroup->Collection.size())
1219 for (auto &OtherEle : OtherGroup->Collection)
1951 SchedGroup *OtherGroup = nullptr;
1954 OtherGroup = &PipeSG;
1958 if (!OtherGroup)
1960 if (!OtherGroup->Collection.size())
1964 return any_of(OtherGroup->Collection, [&SU](SUnit *Elt) {
2020 SchedGroup *OtherGroup = nullptr;
2028 OtherGroup = &PipeSG;
2032 if (!OtherGroup)
2034 if (!OtherGroup->Collection.size())
2037 for (auto &OtherEle : OtherGroup->Collection) {
2513 void SchedGroup::link(SchedGroup &OtherGroup) {
2514 for (auto *B : OtherGroup.Collection)