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()805 moveInstruction(MI, CurrentTop); in schedule()809 priorNonDebug(CurrentBottom, CurrentTop); in schedule()813 if (&*CurrentTop == MI) in schedule()814 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()827 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()890 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()1263 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()[all …]
463 Value *CurrentTop = in createStackRestorePoints() local465 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()