Searched refs:m_first_phi (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| H A D | blocks.h | 223 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 D | member-fns.inl | 761 return { m_first_phi, nullptr };
|
| H A D | internals.inl | 569 : m_first_phi (nullptr),
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-regalloc.c | 101 for (phi = hbb->m_first_phi; in naive_outof_ssa() 107 hbb->m_first_phi = NULL; in naive_outof_ssa()
|
| H A D | hsa-dump.c | 1163 for (insn = hbb->m_first_phi; insn; insn = insn->m_next) in dump_hsa_bb()
|
| H A D | hsa-common.h | 1051 hsa_insn_phi *m_first_phi, *m_last_phi; variable
|
| H A D | hsa-gen.c | 1786 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()
|