Searched refs:CurrentBottom (Results 1 – 3 of 3) sorted by relevance
650 CurrentTop = CurrentBottom; in checkSchedLimit()694 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()701 priorNonDebug(CurrentBottom, CurrentTop); in schedule()703 CurrentBottom = priorII; in schedule()707 moveInstruction(MI, CurrentBottom); in schedule()708 CurrentBottom = MI; in schedule()719 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()787 CurrentBottom = RegionEnd; in initQueues()1053 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1195 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()[all …]
238 MachineBasicBlock::iterator CurrentBottom; variable255 CurrentBottom(), NextClusterPred(nullptr), NextClusterSucc(nullptr) { in ScheduleDAGMI()288 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
193 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()