parseMachineFunctions overloads
Declared in <llvm/CodeGen/MIRParser/MIRParser.h>
Parses MachineFunctions in the MIR file and add them to the given MachineModuleInfo MMI.
bool
parseMachineFunctions(
Module& M,
MachineModuleInfo& MMI);
» more...
Parses MachineFunctions into MachineFunctionAnalysis results in MAM.
bool
parseMachineFunctions(
Module& M,
ModuleAnalysisManager& MAM);
» more...
true if an error occurred.
| Name | Description |
|---|---|
| M | - The LLVM IR module that owns the machine functions. |
| MMI | - Machine module info that receives the parsed functions. |
| MAM | - Module analysis manager that holds MachineFunctionAnalysis. |