Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc61 HInstruction* switch_input = switch_instruction->InputAt(0); in MarkReachableBlocks() local
62 if (switch_input->IsIntConstant()) { in MarkReachableBlocks()
63 int32_t switch_value = switch_input->AsIntConstant()->GetValue(); in MarkReachableBlocks()