Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp123 std::unique_ptr<ScheduleDAGInstrs> SchedDAG(createMachineScheduler()); in run() local
132 SchedDAG->startBlock(MBB); in run()
133 SchedDAG->enterRegion(MBB, Range.begin(), Range.end(), SchedInstrNum); in run()
134 SchedDAG->schedule(); in run()
135 LLVM_DEBUG(SchedDAG->dump()); in run()
136 unsigned II = analyseII(*SchedDAG, Offset); in run()
H A DScoreboardHazardRecognizer.cpp31 const InstrItineraryData *II, const ScheduleDAG *SchedDAG, in ScoreboardHazardRecognizer() argument
33 : DebugType(ParentDebugType), ItinData(II), DAG(SchedDAG) { in ScoreboardHazardRecognizer()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h139 const ScheduleDAGSDNodes *SchedDAG; variable
H A DScheduleDAGSDNodes.cpp575 unsigned NRegDefs = SchedDAG->TII->get(Node->getMachineOpcode()).getNumDefs(); in InitNodeNumDefs()
585 : SchedDAG(SD), Node(SU->getNode()) { in RegDefIter()