Home
last modified time | relevance | path

Searched refs:ibb_iter (Results 1 – 1 of 1) sorted by relevance

/art/compiler/llvm/
Dgbc_expander.cc632 ibb_iter = phi->block_begin(), ibb_end = phi->block_end(); in UpdatePhiInstruction() local
633 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()