LLVM
8.0.1
|
#include "llvm/CodeGen/GlobalISel/GISelWorkList.h"
Public Member Functions | |
GISelWorkList () | |
bool | empty () const |
unsigned | size () const |
void | insert (MachineInstr *I) |
Add the specified instruction to the worklist if it isn't already in it. More... | |
void | remove (const MachineInstr *I) |
Remove I from the worklist if it exists. More... | |
void | clear () |
MachineInstr * | pop_back_val () |
Definition at line 32 of file GISelWorkList.h.
|
inline |
Definition at line 37 of file GISelWorkList.h.
|
inline |
Definition at line 60 of file GISelWorkList.h.
|
inline |
Definition at line 39 of file GISelWorkList.h.
Referenced by llvm::Combiner::combineMachineInstrs(), and llvm::Legalizer::runOnMachineFunction().
|
inline |
Add the specified instruction to the worklist if it isn't already in it.
Definition at line 44 of file GISelWorkList.h.
Referenced by llvm::Combiner::combineMachineInstrs(), and llvm::Legalizer::runOnMachineFunction().
|
inline |
Definition at line 65 of file GISelWorkList.h.
Referenced by llvm::Combiner::combineMachineInstrs(), and llvm::Legalizer::runOnMachineFunction().
|
inline |
Remove I from the worklist if it exists.
Definition at line 50 of file GISelWorkList.h.
|
inline |
Definition at line 41 of file GISelWorkList.h.