Home
last modified time | relevance | path

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

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