Lines Matching refs:ScheduleDAGMILive
1189 ScheduleDAGMILive::~ScheduleDAGMILive() { in ~ScheduleDAGMILive()
1193 void ScheduleDAGMILive::collectVRegUses(SUnit &SU) { in collectVRegUses()
1235 void ScheduleDAGMILive::enterRegion(MachineBasicBlock *bb, in enterRegion()
1257 void ScheduleDAGMILive::initRegPressure() { in initRegPressure()
1331 void ScheduleDAGMILive::
1360 void ScheduleDAGMILive::updatePressureDiffs( in updatePressureDiffs()
1428 void ScheduleDAGMILive::dump() const { in dump()
1461 void ScheduleDAGMILive::schedule() { in schedule()
1521 void ScheduleDAGMILive::buildDAGWithRegPressure() { in buildDAGWithRegPressure()
1544 void ScheduleDAGMILive::computeDFSResult() { in computeDFSResult()
1580 unsigned ScheduleDAGMILive::computeCyclicCriticalPath() { in computeCyclicCriticalPath()
1641 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues()
1651 void ScheduleDAGMILive::scheduleMI(SUnit *SU, bool IsTopNode) { in scheduleMI()
2047 void constrainLocalCopy(SUnit *CopySU, ScheduleDAGMILive *DAG);
2081 void CopyConstrain::constrainLocalCopy(SUnit *CopySU, ScheduleDAGMILive *DAG) { in constrainLocalCopy()
2220 constrainLocalCopy(&SU, static_cast<ScheduleDAGMILive*>(DAG)); in apply()
3251 DAG = static_cast<ScheduleDAGMILive*>(dag); in initialize()
3852 ScheduleDAGMILive *llvm::createGenericSchedLive(MachineSchedContext *C) { in createGenericSchedLive()
3853 ScheduleDAGMILive *DAG = in createGenericSchedLive()
3854 new ScheduleDAGMILive(C, std::make_unique<GenericScheduler>(C)); in createGenericSchedLive()
4195 ScheduleDAGMILive *DAG = nullptr;
4205 DAG = static_cast<ScheduleDAGMILive*>(dag); in initialize()
4261 return new ScheduleDAGMILive(C, std::make_unique<ILPScheduler>(true)); in createILPMaxScheduler()
4264 return new ScheduleDAGMILive(C, std::make_unique<ILPScheduler>(false)); in createILPMinScheduler()
4357 return new ScheduleDAGMILive( in createInstructionShuffler()
4412 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()
4427 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()