reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/GCNMinRegStrategy.cpp
  115   assert(!RQ.empty() && Num <= RQ.size());
  115   assert(!RQ.empty() && Num <= RQ.size());
  117   using T = decltype(C(*RQ.begin())) ;
  121   for (auto I = RQ.begin(); Num; --Num) {
  130       RQ.remove(Cand);
  131       RQ.push_front(Cand);
  141     unsigned Num = RQ.size();
  171     Num = Num ? Num : RQ.size();
  180   return &RQ.front();
  211   for (auto &C : RQ) {
  227       RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority));
  243     RQ.push_back(*new (Alloc.Allocate()) Candidate(SU, StepNo));
  247   while (!RQ.empty()) {
  252                     : RQ) dbgs()
  258     RQ.remove(*C);