Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp761 CurrentTop = CurrentBottom; in checkSchedLimit()
809 if (&*CurrentTop == MI) in schedule()
810 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
812 moveInstruction(MI, CurrentTop); in schedule()
816 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
820 if (&*CurrentTop == MI) in schedule()
821 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
834 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
897 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()
1268 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
[all …]
H A DSafeStack.cpp458 Value *CurrentTop = in createStackRestorePoints() local
460 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
H A DVLIWMachineScheduler.cpp258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h283 MachineBasicBlock::iterator CurrentTop; variable
330 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h449 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
H A DSIMachineScheduler.cpp1987 TopRPTracker.setPos(CurrentTop); in schedule()
1998 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()