Searched refs:nextIfDebug (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | 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() 969 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs() 1195 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() 1216 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI() 1560 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
|