HomeSort by relevance Sort by last modified time
    Searched refs:IsSingleGoto (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
select_generator.cc 110 if (!true_block->IsSingleGoto() && !true_block->IsSingleReturn()) {
113 if (!false_block->IsSingleGoto() && !false_block->IsSingleReturn()) {
116 DCHECK(true_block->IsSingleGoto() || true_block->IsSingleReturn());
117 DCHECK(false_block->IsSingleGoto() || false_block->IsSingleReturn());
loop_optimization.cc 69 block->IsSingleGoto()) {
    [all...]
nodes.h     [all...]
nodes.cc     [all...]

Completed in 109 milliseconds