Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc497 BasicBlock* fallthrough_block = FindBlock(cur_offset + width, in ProcessCanBranch() local
503 DCHECK(fallthrough_block != nullptr); in ProcessCanBranch()
504 cur_block->fall_through = fallthrough_block->id; in ProcessCanBranch()
505 fallthrough_block->predecessors.push_back(cur_block->id); in ProcessCanBranch()
585 BasicBlock* fallthrough_block = FindBlock(cur_offset + width, /* create */ true, in ProcessCanSwitch() local
588 DCHECK(fallthrough_block != nullptr); in ProcessCanSwitch()
589 cur_block->fall_through = fallthrough_block->id; in ProcessCanSwitch()
590 fallthrough_block->predecessors.push_back(cur_block->id); in ProcessCanSwitch()