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

References

lib/CodeGen/InlineSpiller.cpp
 1206     MachineBasicBlock *Block = CurrentSpill->getParent();
 1211       SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill);
 1212       MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill;
 1213       MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill;
 1217       SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill;