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