Searched refs:OtherGroup (Results 1 – 2 of 2) sorted by relevance
177 void link(SchedGroup &OtherGroup);1185 SchedGroup *OtherGroup = nullptr; in apply() local1191 OtherGroup = &PipeSG; in apply()1194 if (!OtherGroup) in apply()1196 if (!OtherGroup->Collection.size()) in apply()1199 for (auto &OtherEle : OtherGroup->Collection) { in apply()1222 SchedGroup *OtherGroup = nullptr; in apply() local1228 OtherGroup = &PipeSG; in apply()1231 if (!OtherGroup) in apply()1233 if (!OtherGroup->Collection.size()) in apply()[all …]
111 CloneDetector::CloneGroup &OtherGroup) { in containsGroup() argument116 if (Group.size() < OtherGroup.size()) in containsGroup()120 if (!containsAnyInGroup(Stmt, OtherGroup)) in containsGroup()