Lines Matching refs:ScheduleDAGMILive
861 ScheduleDAGMILive::~ScheduleDAGMILive() { in ~ScheduleDAGMILive()
869 void ScheduleDAGMILive::enterRegion(MachineBasicBlock *bb, in enterRegion()
891 void ScheduleDAGMILive::initRegPressure() { in initRegPressure()
960 void ScheduleDAGMILive::
989 void ScheduleDAGMILive::updatePressureDiffs( in updatePressureDiffs()
1073 void ScheduleDAGMILive::schedule() { in schedule()
1143 void ScheduleDAGMILive::buildDAGWithRegPressure() { in buildDAGWithRegPressure()
1166 void ScheduleDAGMILive::computeDFSResult() { in computeDFSResult()
1202 unsigned ScheduleDAGMILive::computeCyclicCriticalPath() { in computeCyclicCriticalPath()
1263 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues()
1273 void ScheduleDAGMILive::scheduleMI(SUnit *SU, bool IsTopNode) { in scheduleMI()
1571 void constrainLocalCopy(SUnit *CopySU, ScheduleDAGMILive *DAG);
1594 void CopyConstrain::constrainLocalCopy(SUnit *CopySU, ScheduleDAGMILive *DAG) { in constrainLocalCopy()
1739 constrainLocalCopy(SU, static_cast<ScheduleDAGMILive*>(DAG)); in apply()
2538 DAG = static_cast<ScheduleDAGMILive*>(dag); in initialize()
3109 ScheduleDAGMILive *DAG = new ScheduleDAGMILive(C, make_unique<GenericScheduler>(C)); in createGenericSchedLive()
3306 ScheduleDAGMILive *DAG;
3315 DAG = static_cast<ScheduleDAGMILive*>(dag); in initialize()
3367 return new ScheduleDAGMILive(C, make_unique<ILPScheduler>(true)); in createILPMaxScheduler()
3370 return new ScheduleDAGMILive(C, make_unique<ILPScheduler>(false)); in createILPMinScheduler()
3458 return new ScheduleDAGMILive(C, make_unique<InstructionShuffler>(Alternate, TopDown)); in createInstructionShuffler()
3512 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()
3526 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()