Home
last modified time | relevance | path

Searched refs:next_phi (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Daccesses.h792 phi_info *next_phi () const { return m_next_phi; } in next_phi() function
828 void set_next_phi (phi_info *next_phi) { m_next_phi = next_phi; } in set_next_phi() argument
845 using phi_iterator = list_iterator<phi_info, &phi_info::next_phi>;
H A Dblocks.cc390 phi_info *next = phi->next_phi (); in remove_phi()
482 m_free_phis = phi->next_phi (); in create_phi()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.h53 int next_phi (tree);
H A Dpointer-query.cc1409 ssa_name_limit_t::next_phi (tree ssa_name) in next_phi() function in ssa_name_limit_t
H A Dtree-ssa-strlen.cc4574 if (int res = snlim.next_phi (exp)) in count_nonzero_bytes()
4834 if (int res = snlim.next_phi (exp)) in count_nonzero_bytes_addr()
H A DChangeLog-202118563 (ssa_name_limit_t::next_phi): Same.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c4844 gimple *next_phi = new_phis[k]; in vect_create_epilog_for_reduction() local
4845 tree second_vect = PHI_RESULT (next_phi); in vect_create_epilog_for_reduction()