Searched refs:nextIfDebug (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 297 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function 308 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 310 return nextIfDebug(MachineBasicBlock::const_iterator(I), End) in nextIfDebug() 797 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 808 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 884 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 1147 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs() 1409 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() 1443 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI() 1834 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1277 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 1368 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()
|