Searched refs:CurrentBottom (Results 1 – 3 of 3) sorted by relevance
653 CurrentTop = CurrentBottom; in checkSchedLimit()704 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()711 priorNonDebug(CurrentBottom, CurrentTop); in schedule()713 CurrentBottom = priorII; in schedule()717 moveInstruction(MI, CurrentBottom); in schedule()718 CurrentBottom = MI; in schedule()729 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()797 CurrentBottom = RegionEnd; in initQueues()1091 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1234 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()[all …]
245 MachineBasicBlock::iterator CurrentBottom; variable261 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr), in ScheduleDAGMI()298 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()