Searched refs:BlockIter (Results 1 – 2 of 2) sorted by relevance
135 auto BlockIter = MBB.begin(); in runOnMachineFunction() local137 while (BlockIter != MBB.end()) { in runOnMachineFunction()138 auto &MI = *BlockIter++; in runOnMachineFunction()
359 auto BlockIter = MBB->begin(); in combineInstructions() local363 while (BlockIter != MBB->end()) { in combineInstructions()364 auto &MI = *BlockIter++; in combineInstructions()