Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
754 CurrentTop = CurrentBottom; in checkSchedLimit()809 priorNonDebug(CurrentBottom, CurrentTop); in schedule()811 CurrentBottom = priorII; in schedule()815 moveInstruction(MI, CurrentBottom); in schedule()816 CurrentBottom = MI; in schedule()891 CurrentBottom = RegionEnd; in initQueues()1442 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()1444 CurrentBottom = priorII; in scheduleMI()1450 moveInstruction(MI, CurrentBottom); in scheduleMI()1451 CurrentBottom = MI; in scheduleMI()[all …]
279 MachineBasicBlock::iterator CurrentBottom; variable324 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
451 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
2013 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()