Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp746 CurrentTop = CurrentBottom; in checkSchedLimit()
803 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
805 CurrentBottom = priorII; in schedule()
809 moveInstruction(MI, CurrentBottom); in schedule()
810 CurrentBottom = MI; in schedule()
885 CurrentBottom = RegionEnd; in initQueues()
1438 priorNonDebug(CurrentBottom, CurrentTop); in scheduleMI()
1440 CurrentBottom = priorII; in scheduleMI()
1446 moveInstruction(MI, CurrentBottom); in scheduleMI()
1447 CurrentBottom = MI; in scheduleMI()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h279 MachineBasicBlock::iterator CurrentBottom; variable
335 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h458 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
H A DSIMachineScheduler.cpp2040 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp240 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()