Searched refs:ScheduleStart (Results 1 – 1 of 1) sorted by relevance
732 ScheduleStart(nullptr), ScheduleEnd(nullptr), in BlockScheduling()742 ScheduleStart = nullptr; in clear()812 for (auto *I = ScheduleStart; I != ScheduleEnd; I = I->getNextNode()) { in initialFillReadyList()872 Instruction *ScheduleStart; member2796 for (auto *I = ScheduleStart; I != ScheduleEnd; I = I->getNextNode()) { in tryScheduleBundle()2864 if (!ScheduleStart) { in extendSchedulingRegion()2867 ScheduleStart = I; in extendSchedulingRegion()2875 BasicBlock::reverse_iterator UpIter(ScheduleStart->getIterator()); in extendSchedulingRegion()2887 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion()2888 ScheduleStart = I; in extendSchedulingRegion()[all …]