Searched defs:UseQueueType (Results 1 – 1 of 1) sorted by relevance
71 struct UseQueueType { struct72 UseQueueType() : Uses(Dist) {} in UseQueueType() argument74 unsigned size() const { in size()77 bool empty() const { in empty()80 MachineInstr *front() const { in front()83 void push(MachineInstr *MI) { in push()87 void pop() { in pop()91 void reset() { in reset()95 struct Cmp {100 DenseSet<const MachineInstr*> Set; // Set to avoid adding duplicate entries.[all …]