reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/InlineSpiller.cpp
  840   if (!FoldMI)
  855         MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI);
  868   LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI);
  870     MI->getMF()->moveCallSiteInfo(MI, FoldMI);
  876     if (&MI != FoldMI)
  882     for (unsigned i = FoldMI->getNumOperands(); i; --i) {
  883       MachineOperand &MO = FoldMI->getOperand(i - 1);
  887         FoldMI->RemoveOperand(i - 1);
  897     HSpiller.addToMergeableSpills(*FoldMI, StackSlot, Original);