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

References

lib/CodeGen/IfConversion.cpp
 1100     if (MI.isNotDuplicable() || MI.isConvergent())
lib/CodeGen/MachineCSE.cpp
  773       MI->isNotDuplicable() ||
lib/CodeGen/TailDuplicator.cpp
  599     if (MI.isNotDuplicable() &&
lib/CodeGen/TargetInstrInfo.cpp
  426   assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated");
  909   if (MI.isNotDuplicable() || MI.mayStore() || MI.mayRaiseFPException() ||