Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc59 HPhi* select_phi = nullptr; in GetSingleChangedPhi() local
63 if (select_phi == nullptr) { in GetSingleChangedPhi()
65 select_phi = phi; in GetSingleChangedPhi()
72 return select_phi; in GetSingleChangedPhi()
Dinduction_var_analysis_test.cc144 HPhi* select_phi = new (&allocator_) HPhi(&allocator_, -1, 0, Primitive::kPrimInt); in BuildIf() local
145 loop_body_[d]->AddPhi(select_phi); in BuildIf()
146 return select_phi; in BuildIf()