Searched refs:CurrentTop (Results 1 – 7 of 7) sorted by relevance
755 CurrentTop = CurrentBottom; in checkSchedLimit()803 if (&*CurrentTop == MI) in schedule()804 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()814 if (&*CurrentTop == MI) in schedule()815 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()1400 TopRPTracker.setPos(CurrentTop); in initQueues()1411 if (&*CurrentTop == MI) in scheduleMI()1412 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()1414 moveInstruction(MI, CurrentTop); in scheduleMI()1445 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()
283 MachineBasicBlock::iterator CurrentTop; variable330 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()
6 ; Assertion `TopRPTracker.getPos() == CurrentTop && "out of sync"' failed.