Searched defs:next_phi (Results 1 – 3 of 3) sorted by relevance
792 phi_info *next_phi () const { return m_next_phi; } in next_phi() function828 void set_next_phi (phi_info *next_phi) { m_next_phi = next_phi; } in set_next_phi()
1409 ssa_name_limit_t::next_phi (tree ssa_name) in next_phi() function in ssa_name_limit_t
4844 gimple *next_phi = new_phis[k]; in vect_create_epilog_for_reduction() local