Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc2412 bool BasicBlock::ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb) { in ReplaceChild() argument
2415 if (taken == old_bb) { in ReplaceChild()
2420 if (fall_through == old_bb) { in ReplaceChild()
2427 if (successor_block_info->block == old_bb) { in ReplaceChild()
Dmir_graph.h447 bool ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb);