Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h74 struct UseQueueType { struct
75 UseQueueType() : Uses(Dist) {} in UseQueueType() argument
77 unsigned size() const { in size()
80 bool empty() const { in empty()
83 MachineInstr *front() const { in front()
86 void push(MachineInstr *MI) { in push()
90 void pop() { in pop()
94 void reset() { in reset()
98 struct Cmp {
103 std::priority_queue<MachineInstr*, std::vector<MachineInstr*>, Cmp> Uses;
[all …]