Home
last modified time | relevance | path

Searched refs:SecondSU (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMacroFusion.cpp41 SUnit &SecondSU) { in fuseInstructionPair() argument
48 for (SDep &SI : SecondSU.Preds) in fuseInstructionPair()
57 if (!DAG.addEdge(&SecondSU, SDep(&FirstSU, SDep::Cluster))) in fuseInstructionPair()
62 if (SI.getSUnit() == &SecondSU) in fuseInstructionPair()
65 for (SDep &SI : SecondSU.Preds) in fuseInstructionPair()
71 SecondSU.print(dbgs(), &DAG); dbgs() << " / "; in fuseInstructionPair()
73 << DAG.TII->getName(SecondSU.getInstr()->getOpcode()) << '\n';); in fuseInstructionPair()
77 if (&SecondSU != &DAG.ExitSU) in fuseInstructionPair()
81 SU == &DAG.ExitSU || SU == &SecondSU || SU->isPred(&SecondSU)) in fuseInstructionPair()
83 LLVM_DEBUG(dbgs() << " Bind "; SecondSU.print(dbgs(), &DAG); in fuseInstructionPair()
[all …]