Searched refs:ScheduleStart (Results 1 – 1 of 1) sorted by relevance
707 ScheduleStart(nullptr), ScheduleEnd(nullptr), in BlockScheduling()717 ScheduleStart = nullptr; in clear()787 for (auto *I = ScheduleStart; I != ScheduleEnd; I = I->getNextNode()) { in initialFillReadyList()847 Instruction *ScheduleStart; member2855 for (auto *I = ScheduleStart; I != ScheduleEnd; I = I->getNextNode()) { in tryScheduleBundle()2923 if (!ScheduleStart) { in extendSchedulingRegion()2926 ScheduleStart = I; in extendSchedulingRegion()2934 BasicBlock::reverse_iterator UpIter(ScheduleStart->getIterator()); in extendSchedulingRegion()2946 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion()2947 ScheduleStart = I; in extendSchedulingRegion()[all …]