14 #ifndef LLVM_CODEGEN_MACHINEFUNCTIONANALYSIS_H
15 #define LLVM_CODEGEN_MACHINEFUNCTIONANALYSIS_H
21 class MachineFunction;
39 return "Machine Function Analysis";
43 virtual bool doInitialization(
Module &M);
45 virtual void releaseMemory();
The main container class for the LLVM Intermediate Representation.
virtual const char * getPassName() const
MachineFunction & getMF() const
MachineFunctionAnalysis(const TargetMachine &tm)
~MachineFunctionAnalysis()