Searched refs:next_phi (Results 1 – 7 of 7) 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() argument845 using phi_iterator = list_iterator<phi_info, &phi_info::next_phi>;
390 phi_info *next = phi->next_phi (); in remove_phi()482 m_free_phis = phi->next_phi (); in create_phi()
53 int next_phi (tree);
1409 ssa_name_limit_t::next_phi (tree ssa_name) in next_phi() function in ssa_name_limit_t
4574 if (int res = snlim.next_phi (exp)) in count_nonzero_bytes()4834 if (int res = snlim.next_phi (exp)) in count_nonzero_bytes_addr()
18563 (ssa_name_limit_t::next_phi): Same.
4844 gimple *next_phi = new_phis[k]; in vect_create_epilog_for_reduction() local4845 tree second_vect = PHI_RESULT (next_phi); in vect_create_epilog_for_reduction()