Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp319 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function
330 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function
332 return nextIfDebug(MachineBasicBlock::const_iterator(I), End) in nextIfDebug()
804 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
815 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
891 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()
1152 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs()
1412 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
1446 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI()
1947 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1236 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function
1327 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()