Lines Matching refs:MMI
493 MachineModuleInfo &MMI);
499 void initSizeRemarkInfo(const Module &M, const MachineModuleInfo &MMI,
505 emitInstrCountChangedRemark(const Module &M, const MachineModuleInfo &MMI,
734 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction() local
735 MachineFunction &MF = MMI.getOrCreateMachineFunction(*F); in createOutlinedFunction()
992 MachineModuleInfo &MMI) { in populateMapper() argument
1006 MachineFunction *MF = MMI.getMachineFunction(F); in populateMapper()
1065 const Module &M, const MachineModuleInfo &MMI, in initSizeRemarkInfo() argument
1070 MachineFunction *MF = MMI.getMachineFunction(F); in initSizeRemarkInfo()
1081 const Module &M, const MachineModuleInfo &MMI, in emitInstrCountChangedRemark() argument
1087 MachineFunction *MF = MMI.getMachineFunction(F); in emitInstrCountChangedRemark()
1161 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline() local
1183 populateMapper(Mapper, M, MMI); in doOutline()
1201 initSizeRemarkInfo(M, MMI, FunctionToInstrCount); in doOutline()
1211 emitInstrCountChangedRemark(M, MMI, FunctionToInstrCount); in doOutline()