Home
last modified time | relevance | path

Searched refs:inline_failed (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.cc190 e->inline_failed = CIF_LARGE_FUNCTION_GROWTH_LIMIT; in caller_growth_limits()
219 e->inline_failed = CIF_LARGE_STACK_FRAME_GROWTH_LIMIT; in caller_growth_limits()
235 cgraph_inline_failed_string (e->inline_failed)); in report_inline_failed_reason()
236 if ((e->inline_failed == CIF_TARGET_OPTION_MISMATCH in report_inline_failed_reason()
237 || e->inline_failed == CIF_OPTIMIZATION_MISMATCH) in report_inline_failed_reason()
246 if (e->inline_failed == CIF_TARGET_OPTION_MISMATCH) in report_inline_failed_reason()
251 if (e->inline_failed == CIF_OPTIMIZATION_MISMATCH) in report_inline_failed_reason()
324 gcc_checking_assert (e->inline_failed); in can_inline_edge_p()
326 if (cgraph_inline_failed_type (e->inline_failed) == CIF_FINAL_ERROR) in can_inline_edge_p()
341 e->inline_failed = CIF_BODY_NOT_AVAILABLE; in can_inline_edge_p()
[all …]
H A Dipa-inline-analysis.cc105 if (e->inline_failed && e->inline_failed != CIF_BODY_NOT_AVAILABLE in initialize_inline_failed()
106 && cgraph_inline_failed_type (e->inline_failed) == CIF_FINAL_ERROR) in initialize_inline_failed()
109 e->inline_failed = CIF_INDIRECT_UNKNOWN_CALL; in initialize_inline_failed()
111 e->inline_failed = CIF_BODY_NOT_AVAILABLE; in initialize_inline_failed()
113 e->inline_failed = CIF_REDEFINED_EXTERN_INLINE; in initialize_inline_failed()
115 e->inline_failed = CIF_FUNCTION_NOT_CONSIDERED; in initialize_inline_failed()
117 || cgraph_inline_failed_type (e->inline_failed) in initialize_inline_failed()
196 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_time()
328 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_size()
361 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_hints()
[all …]
H A Dipa-inline-transform.cc71 if (!e->inline_failed) in update_noncloned_counts()
245 if (!e->inline_failed) in clone_inlined_nodes()
273 else if (!e->inline_failed) in check_speculations_1()
315 if (!cs->inline_failed) in mark_all_inlined_calls_cdtor()
356 gcc_assert (e->inline_failed); in inline_call()
384 e->inline_failed = CIF_OK; in inline_call()
714 if (!e->inline_failed) in maybe_materialize_called_clones()
780 if (!e->inline_failed) in inline_transform()
H A Dcgraphclones.cc135 new_edge->inline_failed = inline_failed; in clone()
338 if (!e->inline_failed) in localize_profile()
836 edge->inline_failed = reason; in create_edge_including_clones()
856 edge->inline_failed = reason; in create_edge_including_clones()
892 if (!e->inline_failed) in remove_symbol_and_inline_clones()
H A Dipa-fnsummary.cc252 struct cgraph_node *callee = !e->inline_failed ? e->callee : NULL; in redirect_to_unreachable()
263 e->inline_failed = CIF_UNREACHABLE; in redirect_to_unreachable()
887 if (!edge->inline_failed) in duplicate()
906 gcc_checking_assert (edge->inline_failed); in duplicate()
1004 !edge->inline_failed in dump_ipa_call_summary()
1005 ? "inlined" : cgraph_inline_failed_string (edge-> inline_failed), in dump_ipa_call_summary()
1044 if (!edge->inline_failed) in dump_ipa_call_summary()
2815 edge->inline_failed = CIF_FUNCTION_NOT_INLINABLE; in analyze_function_body()
3132 node->callees->inline_failed = CIF_VARIADIC_THUNK; in compute_fn_summary()
3329 if (!e->inline_failed) in estimate_calls_size_and_time_1()
[all …]
H A Dlto-cgraph.cc267 CIF_N_REASONS, edge->inline_failed); in lto_output_edge()
275 || edge->inline_failed != CIF_BODY_NOT_AVAILABLE); in lto_output_edge()
1460 cgraph_inline_failed_t inline_failed; in input_edge() local
1480 inline_failed = bp_unpack_enum (&bp, cgraph_inline_failed_t, CIF_N_REASONS); in input_edge()
1493 edge->inline_failed = inline_failed; in input_edge()
H A Dcgraph.cc922 edge->inline_failed = CIF_FUNCTION_NOT_CONSIDERED; in create_edge()
1267 if (e2->indirect_unknown_callee || e2->inline_failed) in resolve_speculation()
1380 if (!inline_failed) in redirect_callee()
1673 if (e->indirect_unknown_callee || e->inline_failed) in cgraph_update_edges_for_call_stmt_node()
1689 gcc_assert (ne->inline_failed); in cgraph_update_edges_for_call_stmt_node()
2090 if (!inline_failed) in dump_edge_flags()
3564 if (!e->inline_failed) in verify_node()
4210 if (e->inline_failed in check_calls_comdat_local_p()
H A Dipa-comdats.cc186 if (!edge->inline_failed) in enqueue_references()
H A Dtree-cfgcleanup.cc1616 if (!e->inline_failed) in delete_unreachable_blocks_update_callgraph()
1628 if (!e->inline_failed) in delete_unreachable_blocks_update_callgraph()
H A Dipa-modref.cc530 if (!e->inline_failed) in dump_modref_edge_summaries()
560 if (!e->inline_failed) in remove_modref_edge_summaries()
4214 if (!e->inline_failed) in ignore_edge()
4375 if (!e->inline_failed) in update_escape_summary()
4723 if (!callee_edge->inline_failed in modref_propagate_in_scc()
5174 || !callee_edge->inline_failed) in modref_propagate_flags_in_scc()
H A Dipa-profile.cc632 else if (!e->inline_failed in contains_hot_call_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-inline.c190 e->inline_failed = CIF_LARGE_FUNCTION_GROWTH_LIMIT; in caller_growth_limits()
219 e->inline_failed = CIF_LARGE_STACK_FRAME_GROWTH_LIMIT; in caller_growth_limits()
235 cgraph_inline_failed_string (e->inline_failed)); in report_inline_failed_reason()
236 if ((e->inline_failed == CIF_TARGET_OPTION_MISMATCH in report_inline_failed_reason()
237 || e->inline_failed == CIF_OPTIMIZATION_MISMATCH) in report_inline_failed_reason()
246 if (e->inline_failed == CIF_TARGET_OPTION_MISMATCH) in report_inline_failed_reason()
251 if (e->inline_failed == CIF_OPTIMIZATION_MISMATCH) in report_inline_failed_reason()
313 gcc_checking_assert (e->inline_failed);
315 if (cgraph_inline_failed_type (e->inline_failed) == CIF_FINAL_ERROR)
330 e->inline_failed = CIF_BODY_NOT_AVAILABLE;
[all …]
H A Dipa-inline-analysis.c105 if (e->inline_failed && e->inline_failed != CIF_BODY_NOT_AVAILABLE in initialize_inline_failed()
106 && cgraph_inline_failed_type (e->inline_failed) == CIF_FINAL_ERROR) in initialize_inline_failed()
109 e->inline_failed = CIF_INDIRECT_UNKNOWN_CALL; in initialize_inline_failed()
111 e->inline_failed = CIF_BODY_NOT_AVAILABLE; in initialize_inline_failed()
113 e->inline_failed = CIF_REDEFINED_EXTERN_INLINE; in initialize_inline_failed()
115 e->inline_failed = CIF_FUNCTION_NOT_CONSIDERED; in initialize_inline_failed()
117 || cgraph_inline_failed_type (e->inline_failed) in initialize_inline_failed()
195 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_time()
327 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_size()
366 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_hints()
[all …]
H A Dipa-inline-transform.c67 if (!e->inline_failed) in update_noncloned_counts()
236 if (!e->inline_failed) in clone_inlined_nodes()
264 else if (!e->inline_failed) in check_speculations_1()
306 if (!cs->inline_failed) in mark_all_inlined_calls_cdtor()
347 gcc_assert (e->inline_failed); in inline_call()
371 e->inline_failed = CIF_OK; in inline_call()
726 if (!e->inline_failed) in inline_transform()
H A Dcgraphclones.c133 new_edge->inline_failed = inline_failed; in clone()
332 if (!e->inline_failed) in localize_profile()
824 edge->inline_failed = reason; in create_edge_including_clones()
844 edge->inline_failed = reason; in create_edge_including_clones()
880 if (!e->inline_failed) in remove_symbol_and_inline_clones()
H A Dipa-fnsummary.c243 struct cgraph_node *callee = !e->inline_failed ? e->callee : NULL; in redirect_to_unreachable()
254 e->inline_failed = CIF_UNREACHABLE; in redirect_to_unreachable()
844 if (!edge->inline_failed) in duplicate()
863 gcc_checking_assert (edge->inline_failed); in duplicate()
942 !edge->inline_failed in dump_ipa_call_summary()
943 ? "inlined" : cgraph_inline_failed_string (edge-> inline_failed), in dump_ipa_call_summary()
979 if (!edge->inline_failed) in dump_ipa_call_summary()
2933 node->callees->inline_failed = CIF_VARIADIC_THUNK; in compute_fn_summary()
3110 if (!e->inline_failed) in estimate_calls_size_and_time_1()
3162 if (!e->inline_failed) in summarize_calls_size_and_time()
[all …]
H A Dlto-cgraph.c263 CIF_N_REASONS, edge->inline_failed); in lto_output_edge()
271 || edge->inline_failed != CIF_BODY_NOT_AVAILABLE); in lto_output_edge()
1458 cgraph_inline_failed_t inline_failed; in input_edge() local
1478 inline_failed = bp_unpack_enum (&bp, cgraph_inline_failed_t, CIF_N_REASONS); in input_edge()
1491 edge->inline_failed = inline_failed; in input_edge()
H A Dcgraph.c914 edge->inline_failed = CIF_FUNCTION_NOT_CONSIDERED; in create_edge()
1257 if (e2->indirect_unknown_callee || e2->inline_failed) in resolve_speculation()
1370 if (!inline_failed) in redirect_callee()
1664 if (e->indirect_unknown_callee || e->inline_failed) in cgraph_update_edges_for_call_stmt_node()
1680 gcc_assert (ne->inline_failed); in cgraph_update_edges_for_call_stmt_node()
2063 if (!inline_failed) in dump_edge_flags()
3490 if (!e->inline_failed) in verify_node()
4117 if (e->inline_failed in check_calls_comdat_local_p()
H A Dipa-comdats.c186 if (!edge->inline_failed) in enqueue_references()
H A Dtree-cfgcleanup.c1598 if (!e->inline_failed) in delete_unreachable_blocks_update_callgraph()
1610 if (!e->inline_failed) in delete_unreachable_blocks_update_callgraph()
H A Dipa-profile.c632 else if (!e->inline_failed in contains_hot_call_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-partition.c177 if (!e->inline_failed) in add_symbol_to_partition_1()
601 if (edge->inline_failed in lto_balanced_map()
619 if (edge->inline_failed in lto_balanced_map()
H A Dlto-symtab.c94 e->inline_failed = CIF_LTO_MISMATCHED_DECLARATIONS; in lto_cgraph_replace_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-partition.cc177 if (!e->inline_failed) in add_symbol_to_partition_1()
602 if (edge->inline_failed in lto_balanced_map()
620 if (edge->inline_failed in lto_balanced_map()
H A Dlto-symtab.cc94 e->inline_failed = CIF_LTO_MISMATCHED_DECLARATIONS; in lto_cgraph_replace_node()

12