Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
737 CurrentTop = CurrentBottom; in checkSchedLimit()786 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()792 priorNonDebug(CurrentBottom, CurrentTop); in schedule()794 CurrentBottom = priorII; in schedule()798 moveInstruction(MI, CurrentBottom); in schedule()799 CurrentBottom = MI; in schedule()810 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()874 CurrentBottom = RegionEnd; in initQueues()1246 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1396 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()[all …]
275 MachineBasicBlock::iterator CurrentBottom; variable320 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
456 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
2033 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()