Searched refs:CurrentTop (Results 1 – 6 of 6) sorted by relevance
746 CurrentTop = CurrentBottom; in checkSchedLimit()796 if (&*CurrentTop == MI) in schedule()797 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()807 if (&*CurrentTop == MI) in schedule()808 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()1397 TopRPTracker.setPos(CurrentTop); in initQueues()1408 if (&*CurrentTop == MI) in scheduleMI()1409 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()1411 moveInstruction(MI, CurrentTop); in scheduleMI()1442 if (&*CurrentTop == MI) { in scheduleMI()[all …]
456 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints() local457 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
276 MachineBasicBlock::iterator CurrentTop; variable334 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
457 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
2028 TopRPTracker.setPos(CurrentTop); in schedule()2040 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
240 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()