Searched refs:nextIfDebug (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 351 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function 362 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 364 return nextIfDebug(MachineBasicBlock::const_iterator(I), End) in nextIfDebug() 836 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 847 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 923 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 1360 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs() 1620 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() 1654 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI() 2168 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1236 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 1327 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()
|