Home
last modified time | relevance | path

Searched defs:next_phi (Results 1 – 3 of 3) 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc1409 ssa_name_limit_t::next_phi (tree ssa_name) in next_phi() function in ssa_name_limit_t
/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