Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h49 struct SIInstrWorklist { struct
54 MachineInstr *top() const { in top()
59 void erase_top() { in erase_top()
64 bool empty() const { return InstrList.empty(); } in empty()
66 void clear() { in clear()
73 SetVector<MachineInstr *> &getDeferredList() { return DeferredList; } in getDeferredList()
80 SetVector<MachineInstr *> DeferredList;