Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc24 static constexpr size_t kMaxInstructionsInBranch = 1u; variable
56 } else if (++num_instructions > kMaxInstructionsInBranch) { in IsSimpleBlock()