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

References

lib/CodeGen/MachineInstrBundle.cpp
  222     bool isKill = KilledUseSet.count(Reg);
  223     bool isUndef = UndefUseSet.count(Reg);
  224     MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) |