Searched refs:update_original (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dcgraph.c1039 bool update_original)
1048 if (update_original)
1065 bool update_original)
1088 if (update_original)
1097 update_original);
1037 cgraph_clone_edge(struct cgraph_edge *e, struct cgraph_node *n, tree call_stmt, gcov_type count_scale, int loop_nest, bool update_original) argument
1064 cgraph_clone_node(struct cgraph_node *n, gcov_type count, int loop_nest, bool update_original) argument
H A Dipa-inline.c116 cgraph_clone_inlined_nodes (struct cgraph_edge *e, bool duplicate, bool update_original) argument
135 update_original);
148 cgraph_clone_inlined_nodes (e, duplicate, update_original);
156 cgraph_mark_inline_edge (struct cgraph_edge *e, bool update_original) argument
171 cgraph_clone_inlined_nodes (e, true, update_original);

Completed in 106 milliseconds