Searched refs:CALL_EXPR_TAILCALL (Results 1 – 17 of 17) sorted by relevance
3654 if (CALL_EXPR_TAILCALL (exp) && (endp == 0 || target == const0_rtx)) in expand_builtin_memory_copy_args()4318 CALL_EXPR_TAILCALL (orig_exp) in expand_builtin_memset_args()4345 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp); in expand_builtin_memset_args()4599 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_strcmp()4703 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_strncmp()6223 CALL_EXPR_TAILCALL (exp) = 0; in expand_builtin_atomic_fetch_op()9900 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_memory_chk()9947 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_memory_chk()
368 gimple_call_set_tail (call, CALL_EXPR_TAILCALL (t)); in gimple_build_call_from_tree()
2304 if (CALL_EXPR_TAILCALL (node)) in dump_generic_node()
3379 bool try_tail_call = CALL_EXPR_TAILCALL (exp); in expand_call()
3351 CALL_EXPR_TAILCALL (*expr_p) = CALL_EXPR_TAILCALL (call); in gimplify_call_expr()
1906 CALL_EXPR_TAILCALL (call_expr) = tailcall; in emit_block_op_via_libcall()3060 CALL_EXPR_TAILCALL (call_expr) = tailcall; in set_storage_via_libcall()
649 #define CALL_EXPR_TAILCALL(NODE) \ macro
2670 CALL_EXPR_TAILCALL (exp) = gimple_call_tail_p (stmt); in expand_call_stmt()
2000 CALL_EXPR_TAILCALL (exp) = 0; in expand_errno_check()3162 CALL_EXPR_TAILCALL (exp) in expand_builtin_memcpy()3663 CALL_EXPR_TAILCALL (orig_exp) in expand_builtin_memset_args()3687 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp); in expand_builtin_memset_args()3943 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_strcmp()4064 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_strncmp()12501 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_memory_chk()12548 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_memory_chk()
1561 if (CALL_EXPR_TAILCALL (node)) in dump_generic_node()
2495 CALL_EXPR_TAILCALL (*expr_p) = CALL_EXPR_TAILCALL (call); in gimplify_call_expr()
2193 bool try_tail_call = CALL_EXPR_TAILCALL (exp); in expand_call()
2047 CALL_EXPR_TAILCALL (exp) = gimple_call_tail_p (stmt); in expand_call_stmt()
372 gimple_call_set_tail (call, CALL_EXPR_TAILCALL (t)); in gimple_build_call_from_tree()
1370 CALL_EXPR_TAILCALL (call_expr) = tailcall; in emit_block_move_via_libcall()2742 CALL_EXPR_TAILCALL (call_expr) = tailcall; in set_storage_via_libcall()
1202 #define CALL_EXPR_TAILCALL(NODE) \ macro
536 meantime @code{CALL_EXPR_TAILCALL} is set indicating the possibility.