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

References

include/llvm/CodeGen/MachineOperand.h
  380     return IsDeadOrKill & IsDef;
  385     return IsDeadOrKill & !IsDef;
  496     IsDeadOrKill = Val;
  501     IsDeadOrKill = Val;
  786     Op.IsDeadOrKill = isKill | isDead;
lib/CodeGen/MachineOperand.cpp
  103   assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported");
  253   IsDeadOrKill = isKill | isDead;