Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
754 CurrentTop = CurrentBottom; in checkSchedLimit()803 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()809 priorNonDebug(CurrentBottom, CurrentTop); in schedule()811 CurrentBottom = priorII; in schedule()815 moveInstruction(MI, CurrentBottom); in schedule()816 CurrentBottom = MI; in schedule()827 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()891 CurrentBottom = RegionEnd; in initQueues()1263 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1413 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()[all …]
279 MachineBasicBlock::iterator CurrentBottom; variable324 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
451 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
2013 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()