Searched refs:CurrentTop (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 650 CurrentTop = CurrentBottom; in checkSchedLimit() 693 if (&*CurrentTop == MI) in schedule() 694 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 696 moveInstruction(MI, CurrentTop); in schedule() 701 priorNonDebug(CurrentBottom, CurrentTop); in schedule() 705 if (&*CurrentTop == MI) in schedule() 706 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 719 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 786 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 1028 TopRPTracker.setPos(CurrentTop); in schedule() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 235 MachineBasicBlock::iterator CurrentTop; variable 254 AA(C->AA), SchedImpl(std::move(S)), Topo(SUnits, &ExitSU), CurrentTop(), in ScheduleDAGMI() 287 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 193 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
|