Searched refs:CurrentTop (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 631 CurrentTop = CurrentBottom; in checkSchedLimit() 674 if (&*CurrentTop == MI) in schedule() 675 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 677 moveInstruction(MI, CurrentTop); in schedule() 682 priorNonDebug(CurrentBottom, CurrentTop); in schedule() 686 if (&*CurrentTop == MI) in schedule() 687 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 700 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 767 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 1009 TopRPTracker.setPos(CurrentTop); in schedule() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 236 MachineBasicBlock::iterator CurrentTop; variable 255 AA(C->AA), SchedImpl(std::move(S)), Topo(SUnits, &ExitSU), CurrentTop(), in ScheduleDAGMI() 288 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()
|