Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
1065 CurrentTop = CurrentBottom; in checkSchedLimit()1115 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()1121 priorNonDebug(CurrentBottom, CurrentTop); in schedule()1123 CurrentBottom = priorII; in schedule()1127 moveInstruction(MI, CurrentBottom); in schedule()1128 CurrentBottom = MI; in schedule()1139 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1200 CurrentBottom = RegionEnd; in initQueues()1759 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1909 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()[all …]
258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
305 MachineBasicBlock::iterator CurrentBottom; variable346 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
450 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
1978 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()