Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc141 bool both_successors_return = true_block->IsSingleReturn() && false_block->IsSingleReturn(); in Run() local
146 if (both_successors_return) { in Run()
155 DCHECK(both_successors_return || phi != nullptr); in Run()
163 if (both_successors_return) { in Run()
176 if (both_successors_return) { in Run()
188 if (!both_successors_return && only_two_predecessors) { in Run()