Searched refs:phi_it (Results 1 – 4 of 4) sorted by relevance
422 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates() local423 std::cerr << "\tBB %" << phi_it.second.bb()->id() << ": " in PrintPhiCandidates()424 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
423 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates() local424 std::cerr << "\tBB %" << phi_it.second.bb()->id() << ": " in PrintPhiCandidates()425 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
2007 std::vector<aco_ptr<Instruction>>::iterator phi_it; in get_reg_phi() local2008 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()