Searched refs:DepSU (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp183 SUnit &DepSU = *Dep.getSUnit(); local
184 if (DepSU.isBoundaryNode())
188 const MachineInstr *DepMI = DepSU.getInstr();
189 if (!hasLessThanNumFused(DepSU, 2) ||
193 if (fuseInstructionPair(DAG, DepSU, AnchorSU))
H A DMachineScheduler.cpp3267 SUnit *DepSU = Dep.getSUnit(); local
3268 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1)
3270 MachineInstr *Copy = DepSU->getInstr();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2835 /// successor's explicit physregs whose definition can reach DepSU.
2836 /// i.e. DepSU should not be scheduled above SU.
2837 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU,
2855 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit()))
2861 // definition of the register reaches from DepSU. IsReachable queries
2864 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit()))

Completed in 65 milliseconds