Searched refs:nextIfDebug (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 250 nextIfDebug(MachineBasicBlock::const_iterator I, in nextIfDebug() function 261 nextIfDebug(MachineBasicBlock::iterator I, in nextIfDebug() function 268 &*nextIfDebug(MachineBasicBlock::const_iterator(I), End))); in nextIfDebug() 704 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 716 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 796 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 987 nextIfDebug(BotRPTracker.getPos(), BB->end()); in updatePressureDiffs() 1234 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() 1260 CurrentTop = nextIfDebug(++CurrentTop, priorII); in scheduleMI() 1633 MachineBasicBlock::iterator FirstPos = nextIfDebug(DAG->begin(), DAG->end()); in apply()
|