Searched refs:fallthrough_block (Results 1 – 1 of 1) sorted by relevance
497 BasicBlock* fallthrough_block = FindBlock(cur_offset + width, in ProcessCanBranch() local503 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() local588 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()