Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp755 CurrentTop = CurrentBottom; in checkSchedLimit()
810 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
812 CurrentBottom = priorII; in schedule()
816 moveInstruction(MI, CurrentBottom); in schedule()
817 CurrentBottom = MI; in schedule()
892 CurrentBottom = RegionEnd; in initQueues()
1441 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()
1443 CurrentBottom = priorII; in scheduleMI()
1449 moveInstruction(MI, CurrentBottom); in scheduleMI()
1450 CurrentBottom = MI; in scheduleMI()
[all …]
H A DVLIWMachineScheduler.cpp258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h286 MachineBasicBlock::iterator CurrentBottom; variable
331 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/llvm-project-15.0.7/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()