Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
746 CurrentTop = CurrentBottom; in checkSchedLimit()803 priorNonDebug(CurrentBottom, CurrentTop); in schedule()805 CurrentBottom = priorII; in schedule()809 moveInstruction(MI, CurrentBottom); in schedule()810 CurrentBottom = MI; in schedule()885 CurrentBottom = RegionEnd; in initQueues()1438 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()1440 CurrentBottom = priorII; in scheduleMI()1446 moveInstruction(MI, CurrentBottom); in scheduleMI()1447 CurrentBottom = MI; in scheduleMI()[all …]
279 MachineBasicBlock::iterator CurrentBottom; variable335 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
458 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
2040 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
240 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()