Searched refs:CurrentTop (Results 1 – 7 of 7) sorted by relevance
665 CurrentTop = CurrentBottom; in checkSchedLimit()715 if (&*CurrentTop == MI) in schedule()716 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()718 moveInstruction(MI, CurrentTop); in schedule()722 priorNonDebug(CurrentBottom, CurrentTop); in schedule()726 if (&*CurrentTop == MI) in schedule()727 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()740 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()807 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()1130 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()[all …]
483 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints() local484 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
240 MachineBasicBlock::iterator CurrentTop; variable259 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr), in ScheduleDAGMI()295 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
448 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; }; in getCurrentTop()
1881 TopRPTracker.setPos(CurrentTop); in schedule()1893 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
6 ; Assertion `TopRPTracker.getPos() == CurrentTop && "out of sync"' failed.
197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()