Searched refs:nextIfDebug (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineScheduler.cpp | 245 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function 256 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 263 &*nextIfDebug(MachineBasicBlock::const_iterator(I), End))); in nextIfDebug() 694 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 706 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 786 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 970 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs() 1196 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() 1217 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI() 1561 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
|