Searched refs:nextIfDebug (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 371 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function 382 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 384 return nextIfDebug(MachineBasicBlock::const_iterator(I), End) in nextIfDebug() 872 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 883 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 959 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 1398 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs() 1658 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() 1693 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI() 2209 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 1228 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 1319 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()
|