|
LLVM
3.7.0
|
This interface provides a way to initialize machine functions after they are created by the machine function analysis pass. More...
#include <MachineFunctionInitializer.h>
Public Member Functions | |
| virtual | ~MachineFunctionInitializer () |
| virtual bool | initializeMachineFunction (MachineFunction &MF)=0 |
| Initialize the machine function. More... | |
This interface provides a way to initialize machine functions after they are created by the machine function analysis pass.
Definition at line 24 of file MachineFunctionInitializer.h.
|
inlinevirtual |
Definition at line 28 of file MachineFunctionInitializer.h.
|
pure virtual |
1.8.6