Home
last modified time | relevance | path

Searched refs:CurrentBottom (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp653 CurrentTop = CurrentBottom; in checkSchedLimit()
704 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
711 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
713 CurrentBottom = priorII; in schedule()
717 moveInstruction(MI, CurrentBottom); in schedule()
718 CurrentBottom = MI; in schedule()
729 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
797 CurrentBottom = RegionEnd; in initQueues()
1091 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
1234 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h245 MachineBasicBlock::iterator CurrentBottom; variable
261 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr), in ScheduleDAGMI()
298 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()