Searched refs:CurrentTop (Results 1 – 6 of 6) sorted by relevance
1065 CurrentTop = CurrentBottom; in checkSchedLimit()1114 if (&*CurrentTop == MI) in schedule()1115 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()1117 moveInstruction(MI, CurrentTop); in schedule()1121 priorNonDebug(CurrentBottom, CurrentTop); in schedule()1125 if (&*CurrentTop == MI) in schedule()1126 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()1139 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()1199 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()1759 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()[all …]
456 Value *CurrentTop = in createStackRestorePoints() local458 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
302 MachineBasicBlock::iterator CurrentTop; variable345 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
449 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
1967 TopRPTracker.setPos(CurrentTop); in schedule()1978 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()