Home
last modified time | relevance | path

Searched defs:FastPriorityQueue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp46 struct FastPriorityQueue { struct
47 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()