Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
761 CurrentTop = CurrentBottom; in checkSchedLimit()810 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()816 priorNonDebug(CurrentBottom, CurrentTop); in schedule()818 CurrentBottom = priorII; in schedule()822 moveInstruction(MI, CurrentBottom); in schedule()823 CurrentBottom = MI; in schedule()834 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()898 CurrentBottom = RegionEnd; in initQueues()1268 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1418 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()[all …]
258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
286 MachineBasicBlock::iterator CurrentBottom; variable331 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
450 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
1998 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()