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

  /art/compiler/optimizing/
select_generator.cc 59 HPhi* select_phi = nullptr; local
63 if (select_phi == nullptr) {
65 select_phi = phi;
72 return select_phi;
induction_var_analysis_test.cc 127 HPhi* select_phi = new (&allocator_) HPhi(&allocator_, -1, 0, Primitive::kPrimInt); local
128 loop_body_[d]->AddPhi(select_phi);
129 return select_phi;

Completed in 58 milliseconds