Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc77 HPhi* select_phi = nullptr; in GetSingleChangedPhi() local
81 if (select_phi == nullptr) { in GetSingleChangedPhi()
83 select_phi = phi; in GetSingleChangedPhi()
90 return select_phi; in GetSingleChangedPhi()
Dinduction_var_analysis_test.cc142 HPhi* select_phi = new (GetAllocator()) HPhi(GetAllocator(), -1, 0, DataType::Type::kInt32); in BuildIf() local
143 loop_body_[d]->AddPhi(select_phi); in BuildIf()
144 return select_phi; in BuildIf()