Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c1777 hsa_bb::append_phi (hsa_insn_phi *hphi) in append_phi() argument
1779 hphi->m_bb = m_bb; in append_phi()
1781 hphi->m_prev = m_last_phi; in append_phi()
1782 hphi->m_next = NULL; in append_phi()
1784 m_last_phi->m_next = hphi; in append_phi()
1785 m_last_phi = hphi; in append_phi()
1787 m_first_phi = hphi; in append_phi()
5808 hsa_insn_phi *hphi; in gen_hsa_phi_from_gimple_phi() local
5813 hphi = new hsa_insn_phi (count, dest); in gen_hsa_phi_from_gimple_phi()
5814 hphi->m_bb = hbb->m_bb; in gen_hsa_phi_from_gimple_phi()
[all …]