Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp563 SchedImpl->releaseTopNode(SuccSU); in releaseSucc()
602 SchedImpl->releaseBottomNode(PredSU); in releasePred()
624 SchedImpl->initPolicy(begin, end, regioninstrs); in enterRegion()
675 SchedImpl->initialize(this); in schedule()
685 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) { in schedule()
715 SchedImpl->schedNode(SU, IsTopNode); in schedule()
771 SchedImpl->releaseTopNode(*I); in initQueues()
777 SchedImpl->releaseBottomNode(*I); in initQueues()
783 SchedImpl->registerRoots(); in initQueues()
861 ShouldTrackPressure = SchedImpl->shouldTrackPressure(); in enterRegion()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp160 SchedImpl->initialize(this); in schedule()
182 while (SUnit *SU = SchedImpl->pickNode(IsTopNode)) { in schedule()
191 SchedImpl->schedNode(SU, IsTopNode); in schedule()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h225 std::unique_ptr<MachineSchedStrategy> SchedImpl; variable
254 AA(C->AA), SchedImpl(std::move(S)), Topo(SUnits, &ExitSU), CurrentTop(), in ScheduleDAGMI()