Home
last modified time | relevance | path

Searched refs:CurrentTop (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp754 CurrentTop = CurrentBottom; in checkSchedLimit()
802 if (&*CurrentTop == MI) in schedule()
803 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
805 moveInstruction(MI, CurrentTop); in schedule()
809 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
813 if (&*CurrentTop == MI) in schedule()
814 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
827 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
890 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()
1263 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
[all …]
H A DSafeStack.cpp463 Value *CurrentTop = in createStackRestorePoints() local
465 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h276 MachineBasicBlock::iterator CurrentTop; variable
323 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h450 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
H A DSIMachineScheduler.cpp2001 TopRPTracker.setPos(CurrentTop); in schedule()
2013 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()