LLVM 17.0.0git
|
#include "llvm/CodeGen/MachineFunction.h"
Public Member Functions | |
virtual | ~Delegate ()=default |
virtual void | MF_HandleInsertion (MachineInstr &MI)=0 |
Callback after an insertion. This should not modify the MI directly. | |
virtual void | MF_HandleRemoval (MachineInstr &MI)=0 |
Callback before a removal. This should not modify the MI directly. | |
Definition at line 457 of file MachineFunction.h.
|
virtualdefault |
|
pure virtual |
Callback after an insertion. This should not modify the MI directly.
Implemented in llvm::GISelObserverWrapper.
|
pure virtual |
Callback before a removal. This should not modify the MI directly.
Implemented in llvm::GISelObserverWrapper.