HomeSort by: relevance | last modified time | path
    Searched refs:DepSU (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MacroFusion.cpp 183 SUnit &DepSU = *Dep.getSUnit();
184 if (DepSU.isBoundaryNode())
188 const MachineInstr *DepMI = DepSU.getInstr();
189 if (!hasLessThanNumFused(DepSU, 2) ||
193 if (fuseInstructionPair(DAG, DepSU, AnchorSU))
MachineScheduler.cpp 3450 SUnit *DepSU = Dep.getSUnit();
3451 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1)
3453 MachineInstr *Copy = DepSU->getInstr();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 2838 /// successor's explicit physregs whose definition can reach DepSU.
2839 /// i.e. DepSU should not be scheduled above SU.
2840 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU,
2858 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit()))
2864 // definition of the register reaches from DepSU. IsReachable queries
2867 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit()))

Completed in 32 milliseconds