Lines Matching defs:MMI
154 const MachineModuleInfo &MMI;
356 switch (TII.getOutliningType(MMI, It, Flags)) {
405 InstructionMapper(const MachineModuleInfo &MMI_) : MMI(MMI_) {
428 MachineModuleInfo *MMI = nullptr;
733 TII->getOutliningCandidateInfo(*MMI, CandidatesForRepeatedSeq,
835 TII->getOutliningCandidateInfo(*MMI, CandidatesForRepeatedSeq,
932 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
933 MachineFunction &MF = MMI.getOrCreateMachineFunction(*F);
1203 MachineFunction *MF = MMI->getMachineFunction(F);
1266 MachineFunction *MF = MMI->getMachineFunction(F);
1282 MachineFunction *MF = MMI->getMachineFunction(F);
1386 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
1431 InstructionMapper Mapper(*MMI);