Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.h223 phi_info *first_phi () const { return m_first_phi; } in first_phi()
273 void set_first_phi (phi_info *phi) { m_first_phi = phi; } in set_first_phi()
278 phi_info *m_first_phi; variable
H A Dmember-fns.inl761 return { m_first_phi, nullptr };
H A Dinternals.inl569 : m_first_phi (nullptr),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-regalloc.c101 for (phi = hbb->m_first_phi; in naive_outof_ssa()
107 hbb->m_first_phi = NULL; in naive_outof_ssa()
H A Dhsa-dump.c1163 for (insn = hbb->m_first_phi; insn; insn = insn->m_next) in dump_hsa_bb()
H A Dhsa-common.h1051 hsa_insn_phi *m_first_phi, *m_last_phi; variable
H A Dhsa-gen.c1786 if (!m_first_phi) in append_phi()
1787 m_first_phi = hphi; in append_phi()
5901 : m_bb (cfg_bb), m_first_insn (NULL), m_last_insn (NULL), m_first_phi (NULL), in hsa_bb()
5912 : m_bb (cfg_bb), m_first_insn (NULL), m_last_insn (NULL), m_first_phi (NULL), in hsa_bb()