Searched refs:cgraph_function_node (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ipa-reference.c | 200 info = get_reference_optimization_summary (cgraph_function_node (fn, NULL)); in ipa_reference_get_not_read_global() 306 struct cgraph_node *y = cgraph_function_node (e->callee, &avail); in propagate_bits() 672 struct cgraph_node *callee = cgraph_function_node (e->callee, &avail); in propagate() 709 struct cgraph_node *callee = cgraph_function_node (e->callee, &avail); in propagate()
|
H A D | ipa-pure-const.c | 1086 if (cgraph_function_node (e->callee, NULL) == node) in self_recursive_p() 1180 struct cgraph_node *y = cgraph_function_node (e->callee, &avail); in propagate_pure_const() 1413 struct cgraph_node *y = cgraph_function_node (e->callee, &avail); in propagate_nothrow()
|
H A D | ipa-cp.c | 252 struct cgraph_node *callee = cgraph_function_node (cs->callee, NULL); in edge_within_scc() 1056 callee = cgraph_function_node (cs->callee, &availability); in propagate_constants_accross_call() 2145 if (cgraph_function_node (cs->callee, &availability) == node in perhaps_add_new_callers() 2348 callee = cgraph_function_node (cs->callee, NULL); in spread_undeadness()
|
H A D | ipa-utils.c | 295 (cgraph_function_node (edge->callee, NULL)->decl)) in ipa_reverse_postorder()
|
H A D | cgraph.h | 1012 cgraph_function_node (struct cgraph_node *node, enum availability *availability) in cgraph_function_node() function
|
H A D | ipa.c | 862 decl_node = cgraph_function_node (decl_node->callees->callee, NULL); in function_and_variable_visibility()
|
H A D | tree-eh.c | 2531 node = cgraph_function_node (cgraph_get_node (expr), NULL); in tree_could_trap_p()
|
/dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
H A D | lto.c | 1434 && DECL_COMDAT (cgraph_function_node (ipa_ref_node (ref), NULL)->decl) in add_references_to_partition() 1483 node = cgraph_function_node (node, NULL); in add_cgraph_node_to_partition() 1499 || DECL_COMDAT (cgraph_function_node (e->callee, NULL)->decl)) in add_cgraph_node_to_partition()
|