reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
47 for (SDep &SI : SecondSU.Preds) 56 if (!DAG.addEdge(&SecondSU, SDep(&FirstSU, SDep::Cluster))) 61 if (SI.getSUnit() == &SecondSU) 64 for (SDep &SI : SecondSU.Preds) 70 DAG.dumpNodeName(SecondSU); dbgs() << " / "; 72 << DAG.TII->getName(SecondSU.getInstr()->getOpcode()) << '\n';); 76 if (&SecondSU != &DAG.ExitSU) 80 SU == &DAG.ExitSU || SU == &SecondSU || SU->isPred(&SecondSU)) 80 SU == &DAG.ExitSU || SU == &SecondSU || SU->isPred(&SecondSU)) 82 LLVM_DEBUG(dbgs() << " Bind "; DAG.dumpNodeName(SecondSU); 84 DAG.addEdge(SU, SDep(&SecondSU, SDep::Artificial)); 90 for (const SDep &SI : SecondSU.Preds) { 101 if (&SecondSU == &DAG.ExitSU) {