Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp754 CurrentTop = CurrentBottom; in checkSchedLimit()
809 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
811 CurrentBottom = priorII; in schedule()
815 moveInstruction(MI, CurrentBottom); in schedule()
816 CurrentBottom = MI; in schedule()
891 CurrentBottom = RegionEnd; in initQueues()
1442 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()
1444 CurrentBottom = priorII; in scheduleMI()
1450 moveInstruction(MI, CurrentBottom); in scheduleMI()
1451 CurrentBottom = MI; in scheduleMI()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h279 MachineBasicBlock::iterator CurrentBottom; variable
324 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()