Searched refs:ibb_iter (Results 1 – 1 of 1) sorted by relevance
632 ibb_iter = phi->block_begin(), ibb_end = phi->block_end(); in UpdatePhiInstruction() local633 ibb_iter != ibb_end; ++ibb_iter) { in UpdatePhiInstruction()634 if (*ibb_iter == old_basic_block) { in UpdatePhiInstruction()635 *ibb_iter = new_basic_block; in UpdatePhiInstruction()