Searched defs:FastPriorityQueue (Results 1 – 1 of 1) sorted by relevance
46 struct FastPriorityQueue { struct47 SmallVector<SUnit *, 16> Queue;49 bool empty() const { return Queue.empty(); } in empty()51 void push(SUnit *U) { in push()55 SUnit *pop() { in pop()