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