Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FoldMI

1122   MachineInstr *FoldMI =
1125 if (!FoldMI)
1128 // Remove LIS for any dead defs in the original MI not in FoldMI.
1141 MIBundleOperands(FoldMI).analyzePhysReg(Reg, &TRI);
1144 // FoldMI does not define this physreg. Remove the LI segment.
1150 LIS.ReplaceMachineInstrInMaps(MI, FoldMI);
1153 // Insert any new instructions other than FoldMI into the LIS maps.
1157 if (&*MII != FoldMI)
1163 for (unsigned i = FoldMI->getNumOperands(); i; --i) {
1164 MachineOperand &MO = FoldMI->getOperand(i - 1);
1168 FoldMI->RemoveOperand(i - 1);