Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
787 CurrentTop = CurrentBottom; in checkSchedLimit()842 priorNonDebug(CurrentBottom, CurrentTop); in schedule()844 CurrentBottom = priorII; in schedule()848 moveInstruction(MI, CurrentBottom); in schedule()849 CurrentBottom = MI; in schedule()924 CurrentBottom = RegionEnd; in initQueues()1649 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()1651 CurrentBottom = priorII; in scheduleMI()1657 moveInstruction(MI, CurrentBottom); in scheduleMI()1658 CurrentBottom = MI; 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()
1998 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()