Lines Matching refs:cgraph_node
112 get_reference_vars_info_from_cgraph (struct cgraph_node * node) in get_reference_vars_info_from_cgraph()
454 struct cgraph_node* callee = cgraph_node(callee_t); in check_call()
483 struct cgraph_node *fn = data; in scan_for_static_refs()
613 propagate_bits (struct cgraph_node *x) in propagate_bits()
621 struct cgraph_node *y = e->callee; in propagate_bits()
685 merge_callee_local_info (struct cgraph_node *target, in merge_callee_local_info()
686 struct cgraph_node *x) in merge_callee_local_info()
702 struct cgraph_node *y = e->callee; in merge_callee_local_info()
707 struct cgraph_node* orig_y = y; in merge_callee_local_info()
745 struct cgraph_node *node; in ipa_init()
790 analyze_function (struct cgraph_node *fn) in analyze_function()
845 clean_function (struct cgraph_node *fn) in clean_function()
895 struct cgraph_node *node; in static_execute()
897 struct cgraph_node *w; in static_execute()
898 struct cgraph_node **order = in static_execute()
899 xcalloc (cgraph_n_nodes, sizeof (struct cgraph_node *)); in static_execute()