Searched refs:switch_index (Results 1 – 1 of 1) sorted by relevance
68 uint32_t switch_index = in MarkReachableBlocks() local70 if (switch_index < switch_instruction->GetNumEntries()) { in MarkReachableBlocks()71 live_successors = live_successors.SubArray(switch_index, 1u); in MarkReachableBlocks()72 DCHECK_EQ(live_successors[0], block->GetSuccessors()[switch_index]); in MarkReachableBlocks()