Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc859 BasicBlock* next_block = FindBlock(current_offset_, /* create */ false, in InlineMethod() local
862 if (next_block) { in InlineMethod()
870 GetBasicBlock(cur_block->fall_through) == next_block || in InlineMethod()
874 cur_block->fall_through = next_block->id; in InlineMethod()
875 next_block->predecessors.push_back(cur_block->id); in InlineMethod()
877 cur_block = next_block; in InlineMethod()