Searched refs:CurrentTop (Results 1 – 6 of 6) sorted by relevance
754 CurrentTop = CurrentBottom; in checkSchedLimit()802 if (&*CurrentTop == MI) in schedule()803 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()813 if (&*CurrentTop == MI) in schedule()814 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()1401 TopRPTracker.setPos(CurrentTop); in initQueues()1412 if (&*CurrentTop == MI) in scheduleMI()1413 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()1415 moveInstruction(MI, CurrentTop); in scheduleMI()1446 if (&*CurrentTop == MI) { in scheduleMI()[all …]
466 Value *CurrentTop = in createStackRestorePoints() local468 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
276 MachineBasicBlock::iterator CurrentTop; variable323 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
450 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
2001 TopRPTracker.setPos(CurrentTop); in schedule()2013 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()