Lines Matching defs:OtherGroup
176 // before SUnits in OtherGroup.
177 void link(SchedGroup &OtherGroup);
1185 SchedGroup *OtherGroup = nullptr;
1191 OtherGroup = &PipeSG;
1194 if (!OtherGroup)
1196 if (!OtherGroup->Collection.size())
1199 for (auto &OtherEle : OtherGroup->Collection) {
1222 SchedGroup *OtherGroup = nullptr;
1228 OtherGroup = &PipeSG;
1231 if (!OtherGroup)
1233 if (!OtherGroup->Collection.size())
1238 for (auto &OtherEle : OtherGroup->Collection)
1932 SchedGroup *OtherGroup = nullptr;
1935 OtherGroup = &PipeSG;
1939 if (!OtherGroup)
1941 if (!OtherGroup->Collection.size())
1945 return (std::any_of(OtherGroup->Collection.begin(),
1946 OtherGroup->Collection.end(), [&SU](SUnit *Elt) {
2005 SchedGroup *OtherGroup = nullptr;
2013 OtherGroup = &PipeSG;
2017 if (!OtherGroup)
2019 if (!OtherGroup->Collection.size())
2022 for (auto &OtherEle : OtherGroup->Collection) {
2496 void SchedGroup::link(SchedGroup &OtherGroup) {
2497 for (auto *B : OtherGroup.Collection)