Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc42 size_t num_instructions = 0u; in IsSimpleBlock() local
46 if (num_instructions > kMaxInstructionsInBranch) { in IsSimpleBlock()
51 num_instructions++; in IsSimpleBlock()