Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
823 CurrentTop = CurrentBottom; in checkSchedLimit()872 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()878 priorNonDebug(CurrentBottom, CurrentTop); in schedule()880 CurrentBottom = priorII; in schedule()884 moveInstruction(MI, CurrentBottom); in schedule()885 CurrentBottom = MI; in schedule()896 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()960 CurrentBottom = RegionEnd; in initQueues()1508 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1658 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()[all …]
258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
289 MachineBasicBlock::iterator CurrentBottom; variable334 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
450 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
1990 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()