Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc124 bool both_successors_return = true_block->IsSingleReturn() && false_block->IsSingleReturn(); in Run() local
129 if (both_successors_return) { in Run()
138 DCHECK(both_successors_return || phi != nullptr); in Run()
145 if (both_successors_return) { in Run()
158 if (both_successors_return) { in Run()
170 if (!both_successors_return && only_two_predecessors) { in Run()