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

References

lib/CodeGen/CriticalAntiDepBreaker.cpp
  537     if (MI.isDebugInstr() || MI.isKill())
  537     if (MI.isDebugInstr() || MI.isKill())
  554     if (&MI == CriticalPathMI) {
  597     PrescanInstruction(MI);
  604     if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI))
  604     if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI))
  604     if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI))
  613       for (unsigned i = 0, e = MI.getNumOperands(); i != e; ++i) {
  614         MachineOperand &MO = MI.getOperand(i);
  690     ScanInstruction(MI, Count);