Searched refs:CurrentTop (Results 1 – 6 of 6) sorted by relevance
823 CurrentTop = CurrentBottom; in checkSchedLimit()871 if (&*CurrentTop == MI) in schedule()872 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()874 moveInstruction(MI, CurrentTop); in schedule()878 priorNonDebug(CurrentBottom, CurrentTop); in schedule()882 if (&*CurrentTop == MI) in schedule()883 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()896 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()959 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()1508 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()[all …]
457 Value *CurrentTop = in createStackRestorePoints() local459 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
286 MachineBasicBlock::iterator CurrentTop; variable333 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
449 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
1979 TopRPTracker.setPos(CurrentTop); in schedule()1990 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()