Searched refs:CurrentTop (Results 1 – 6 of 6) sorted by relevance
787 CurrentTop = CurrentBottom; in checkSchedLimit()835 if (&*CurrentTop == MI) in schedule()836 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()846 if (&*CurrentTop == MI) in schedule()847 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()1608 TopRPTracker.setPos(CurrentTop); in initQueues()1619 if (&*CurrentTop == MI) in scheduleMI()1620 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()1622 moveInstruction(MI, CurrentTop); in scheduleMI()1653 if (&*CurrentTop == MI) { in scheduleMI()[all …]
457 Value *CurrentTop = in createStackRestorePoints() local459 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
286 MachineBasicBlock::iterator CurrentTop; variable333 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
449 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
1987 TopRPTracker.setPos(CurrentTop); in schedule()1998 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()