Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp787 CurrentTop = CurrentBottom; in checkSchedLimit()
842 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
844 CurrentBottom = priorII; in schedule()
848 moveInstruction(MI, CurrentBottom); in schedule()
849 CurrentBottom = MI; in schedule()
924 CurrentBottom = RegionEnd; in initQueues()
1649 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()
1651 CurrentBottom = priorII; in scheduleMI()
1657 moveInstruction(MI, CurrentBottom); in scheduleMI()
1658 CurrentBottom = MI; in scheduleMI()
[all …]
H A DVLIWMachineScheduler.cpp258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h289 MachineBasicBlock::iterator CurrentBottom; variable
334 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/freebsd-14.2/contrib/llvm-project/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()