Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp521 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function
532 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function
534 return nextIfDebug(MachineBasicBlock::const_iterator(I), End) in nextIfDebug()
1115 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
1126 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
1199 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues()
1644 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs()
1909 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
1944 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI()
2482 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1218 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function
1309 CurrentTopFastSched = nextIfDebug(++CurrentTopFastSched, in scheduleInsideBlocks()