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

References

lib/CodeGen/MachineRegisterInfo.cpp
  474   for (unsigned i = 0, e = LiveIns.size(); i != e; ++i)
  474   for (unsigned i = 0, e = LiveIns.size(); i != e; ++i)
  475     if (LiveIns[i].second) {
  476       if (use_nodbg_empty(LiveIns[i].second)) {
  482         LiveIns.erase(LiveIns.begin() + i);
  483         --i; --e;
  487                 TII.get(TargetOpcode::COPY), LiveIns[i].second)
  488           .addReg(LiveIns[i].first);
  491         EntryMBB->addLiveIn(LiveIns[i].first);
  495       EntryMBB->addLiveIn(LiveIns[i].first);