Searched refs:CurrentBottom (Results 1 – 5 of 5) sorted by relevance
755 CurrentTop = CurrentBottom; in checkSchedLimit()810 priorNonDebug(CurrentBottom, CurrentTop); in schedule()812 CurrentBottom = priorII; in schedule()816 moveInstruction(MI, CurrentBottom); in schedule()817 CurrentBottom = MI; in schedule()892 CurrentBottom = RegionEnd; in initQueues()1441 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()1443 CurrentBottom = priorII; in scheduleMI()1449 moveInstruction(MI, CurrentBottom); in scheduleMI()1450 CurrentBottom = MI; in scheduleMI()[all …]
258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
286 MachineBasicBlock::iterator CurrentBottom; variable331 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()