Searched refs:next_block (Results 1 – 1 of 1) sorted by relevance
819 BasicBlock* next_block = FindBlock(current_offset_, /* split */ false, /* create */ in InlineMethod() local821 if (next_block) { in InlineMethod()829 GetBasicBlock(cur_block->fall_through) == next_block || in InlineMethod()833 cur_block->fall_through = next_block->id; in InlineMethod()834 next_block->predecessors->Insert(cur_block->id); in InlineMethod()836 cur_block = next_block; in InlineMethod()