Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c4221 struct ipa_jump_func *src_jf = ipa_get_ith_jump_func (old_args, i); in duplicate() local
4226 if (src_jf->type == IPA_JF_CONST) in duplicate()
4228 struct ipa_cst_ref_desc *src_rdesc = jfunc_rdesc_usable (src_jf); in duplicate()
4235 symtab_node *n = cgraph_node_for_jfunc (src_jf); in duplicate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc4440 struct ipa_jump_func *src_jf = ipa_get_ith_jump_func (old_args, i); in duplicate() local
4445 if (src_jf->type == IPA_JF_CONST) in duplicate()
4447 struct ipa_cst_ref_desc *src_rdesc = jfunc_rdesc_usable (src_jf); in duplicate()
4461 symtab_node *n = symtab_node_for_jfunc (src_jf); in duplicate()