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

References

lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  818       if (!Visited.insert(SU).second)
  822                  dbgs() << "to\n"; DAG->dumpNode(*SU); dbgs() << '\n');
  824       if (SU->addPred(SDep(From, SDep::Artificial), false))
  829         if (SUv != From && isVALU(SUv) && canAddEdge(SUv, SU))
  830           SUv->addPred(SDep(SU, SDep::Artificial), false);
  833       for (SDep &SI : SU->Succs) {
  835         if (Succ != SU && isSALU(Succ) && canAddEdge(From, Succ))