Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc60 HPackedSwitch* switch_instruction = last_instruction->AsPackedSwitch(); in MarkReachableBlocks() local
61 HInstruction* switch_input = switch_instruction->InputAt(0); in MarkReachableBlocks()
64 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()
70 if (switch_index < switch_instruction->GetNumEntries()) { in MarkReachableBlocks()
74 live_successors = live_successors.SubArray(switch_instruction->GetNumEntries(), 1u); in MarkReachableBlocks()
75 DCHECK_EQ(live_successors[0], switch_instruction->GetDefaultBlock()); in MarkReachableBlocks()