HomeSort by relevance Sort by last modified time
    Searched refs:SchedImpl (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 160 SchedImpl->initialize(this);
182 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {
191 SchedImpl->schedNode(SU, IsTopNode);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 544 SchedImpl->releaseTopNode(SuccSU);
583 SchedImpl->releaseBottomNode(PredSU);
605 SchedImpl->initPolicy(begin, end, regioninstrs);
656 SchedImpl->initialize(this);
666 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) {
696 SchedImpl->schedNode(SU, IsTopNode);
752 SchedImpl->releaseTopNode(*I);
758 SchedImpl->releaseBottomNode(*I);
764 SchedImpl->registerRoots();
834 // ScheduleDAGMI initializes SchedImpl's per-region policy
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 226 std::unique_ptr<MachineSchedStrategy> SchedImpl;
255 AA(C->AA), SchedImpl(std::move(S)), Topo(SUnits, &ExitSU), CurrentTop(),

Completed in 33 milliseconds