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