Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc23 static constexpr size_t kMaxInstructionsInBranch = 1u; variable
46 if (num_instructions > kMaxInstructionsInBranch) { in IsSimpleBlock()