Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp761 CurrentTop = CurrentBottom; in checkSchedLimit()
810 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
816 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
818 CurrentBottom = priorII; in schedule()
822 moveInstruction(MI, CurrentBottom); in schedule()
823 CurrentBottom = MI; in schedule()
834 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
898 CurrentBottom = RegionEnd; in initQueues()
1268 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
1418 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
[all …]
H A DVLIWMachineScheduler.cpp258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h286 MachineBasicBlock::iterator CurrentBottom; variable
331 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h450 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
H A DSIMachineScheduler.cpp1998 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()