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

References

include/llvm/CodeGen/MachineOperand.h
  365     return !IsDef;
  370     return IsDef;
  380     return IsDeadOrKill & IsDef;
  385     return IsDeadOrKill & !IsDef;
  494     assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
  500     assert(isReg() && IsDef && "Wrong MachineOperand mutator");
  517     assert(isReg() && IsDef && "Wrong MachineOperand mutator");
  522     assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
  784     Op.IsDef = isDef;
lib/CodeGen/MachineOperand.cpp
  101   if (IsDef == Val)
  108     IsDef = Val;
  112   IsDef = Val;
  251   IsDef = isDef;