Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp754 CurrentTop = CurrentBottom; in checkSchedLimit()
803 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
809 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
811 CurrentBottom = priorII; in schedule()
815 moveInstruction(MI, CurrentBottom); in schedule()
816 CurrentBottom = MI; in schedule()
827 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
891 CurrentBottom = RegionEnd; in initQueues()
1263 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
1413 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h279 MachineBasicBlock::iterator CurrentBottom; variable
324 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h451 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
H A DSIMachineScheduler.cpp2013 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()