|
LLVM
4.0.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 |
Initialize the machine function.
Return true if error occurred.
Implemented in llvm::MIRParser.
Referenced by llvm::MachineModuleInfo::getMachineFunction().
1.8.6