Lines Matching refs:inline_failed
105 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()
418 gcc_checking_assert (e->inline_failed); in do_estimate_growth_1()
420 if (cgraph_inline_failed_type (e->inline_failed) == CIF_FINAL_ERROR in do_estimate_growth_1()
506 if (cgraph_inline_failed_type (e->inline_failed) == CIF_FINAL_ERROR) in check_callers()
560 if (cgraph_inline_failed_type (e->inline_failed) == CIF_FINAL_ERROR) in growth_positive_p()