Home
last modified time | relevance | path

Searched refs:nextIfDebug (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp325 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function
336 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function
338 return nextIfDebug(MachineBasicBlock::const_iterator(I), End) in nextIfDebug()
810 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
821 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
897 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()
1158 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs()
1418 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
1452 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI()
1953 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1236 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function
1327 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()