Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c3531 cgraph_node_for_jfunc (struct ipa_jump_func *jfunc) in cgraph_node_for_jfunc() function
3556 symtab_node *symbol = cgraph_node_for_jfunc (jfunc); in try_decrement_rdesc_refcount()
3611 || !cgraph_node_for_jfunc (jfunc) in try_make_edge_direct_simple_call()
3612 || cs->callee == cgraph_node_for_jfunc (jfunc))); in try_make_edge_direct_simple_call()
4235 symtab_node *n = cgraph_node_for_jfunc (src_jf); in duplicate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202118849 (cgraph_node_for_jfunc): Rename to symtab_node_for_jfunc, work
H A DChangeLog-201320159 (cgraph_node_for_jfunc): New function.