Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp110 class SchedulePostRATDList : public ScheduleDAGInstrs { class
143 SchedulePostRATDList(
149 ~SchedulePostRATDList() override;
202 SchedulePostRATDList::SchedulePostRATDList( in SchedulePostRATDList() function in SchedulePostRATDList
226 SchedulePostRATDList::~SchedulePostRATDList() { in ~SchedulePostRATDList()
232 void SchedulePostRATDList::enterRegion(MachineBasicBlock *bb, in enterRegion()
241 void SchedulePostRATDList::exitRegion() { in exitRegion()
252 LLVM_DUMP_METHOD void SchedulePostRATDList::dumpSchedule() const { in dumpSchedule()
309 SchedulePostRATDList Scheduler(Fn, MLI, AA, RegClassInfo, AntiDepMode, in runOnMachineFunction()
374 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) { in startBlock()
[all …]