Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp422 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates() local
423 std::cerr << "\tBB %" << phi_it.second.bb()->id() << ": " in PrintPhiCandidates()
424 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp423 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates() local
424 std::cerr << "\tBB %" << phi_it.second.bb()->id() << ": " in PrintPhiCandidates()
425 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp423 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates() local
424 std::cerr << "\tBB %" << phi_it.second.bb()->id() << ": " in PrintPhiCandidates()
425 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2007 std::vector<aco_ptr<Instruction>>::iterator phi_it; in get_reg_phi() local
2008 for (phi_it = instructions.begin(); phi_it != instructions.end(); ++phi_it) { in get_reg_phi()
2009 if ((*phi_it)->definitions[0].tempId() == pc.first.tempId()) in get_reg_phi()
2010 prev_phi = phi_it->get(); in get_reg_phi()