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

References

lib/CodeGen/LiveRangeCalc.cpp
  219     if (!I.DomNode)
  221     MachineBasicBlock *MBB = I.DomNode->getBlock();
  222     assert(I.Value && "No live-in value found");
  226     if (I.Kill.isValid())
  228       End = I.Kill;
  233       Map[MBB] = LiveOutPair(I.Value, nullptr);
  235     Updater.setDest(&I.LR);
  236     Updater.add(Start, End, I.Value);