Home
last modified time | relevance | path

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

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