Lines Matching refs:Collection

152   SmallVector<SUnit *, 32> Collection;  member in __anon5d856e630111::SchedGroup
180 bool isFull() const { return MaxSize && Collection.size() >= *MaxSize; } in isFull()
194 if (!Rule.get()->apply(SU, Collection, SyncPipe)) in allowedByRules()
205 Collection.push_back(&SU); in add()
209 void pop() { Collection.pop_back(); } in pop()
395 SmallVector<SUnit *, 32> TempCollection = SG.Collection; in reset()
396 SG.Collection.clear(); in reset()
401 SG.Collection.push_back(*SchedBarr); in reset()
455 for (auto &SU : SG.Collection) { in makePipeline()
942 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
976 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1018 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1067 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1108 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1143 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1156 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1168 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1183 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1196 if (!OtherGroup->Collection.size()) in apply()
1199 for (auto &OtherEle : OtherGroup->Collection) { in apply()
1220 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1233 if (!OtherGroup->Collection.size()) in apply()
1238 for (auto &OtherEle : OtherGroup->Collection) in apply()
1255 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1273 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1315 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1859 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1892 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1900 if (!Collection.size()) { in apply()
1930 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1941 if (!OtherGroup->Collection.size()) in apply()
1945 return (std::any_of(OtherGroup->Collection.begin(), in apply()
1946 OtherGroup->Collection.end(), [&SU](SUnit *Elt) { in apply()
1962 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
1967 if (!Collection.size()) in apply()
1974 for (auto &Elt : Collection) { in apply()
2003 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply() argument
2019 if (!OtherGroup->Collection.size()) in apply()
2022 for (auto &OtherEle : OtherGroup->Collection) { in apply()
2451 for (auto *A : Collection) { in link()
2474 for (auto *A : Collection) { in link()
2487 for (auto *A : Collection) { in link()
2497 for (auto *B : OtherGroup.Collection) in link()