Searched refs:CALL_EXPR_TAILCALL (Results 1 – 11 of 11) sorted by relevance
2892 CALL_EXPR_TAILCALL (exp) in expand_builtin_memcpy()3053 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp); in expand_builtin_memmove()3501 CALL_EXPR_TAILCALL (orig_exp) in expand_builtin_memset()3522 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp); in expand_builtin_memset()3809 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_strcmp()3939 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_strncmp()5002 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_printf()5104 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_fprintf()10206 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_memory_chk()10255 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp); in expand_builtin_memory_chk()
853 CALL_EXPR_TAILCALL (stmt) = 1; in optimize_tail_call()
1436 if (call && CALL_EXPR_TAILCALL (call)) in expand_gimple_basic_block()
1155 if (CALL_EXPR_TAILCALL (node)) in dump_generic_node()
1855 bool try_tail_call = CALL_EXPR_TAILCALL (exp); in expand_call()
1046 #define CALL_EXPR_TAILCALL(NODE) (CALL_EXPR_CHECK(NODE)->common.addressable_flag) macro
1384 CALL_EXPR_TAILCALL (call_expr) = tailcall; in emit_block_move_via_libcall()2588 CALL_EXPR_TAILCALL (call_expr) = tailcall; in clear_storage_via_libcall()
20556 Add tailcall argument, set CALL_EXPR_TAILCALL of the CALL_EXPR to20562 to emit_block_move if CALL_EXPR_TAILCALL (exp).20564 CALL_EXPR_TAILCALL from ORIG_EXP to the new CALL_EXPR.20568 BLOCK_OP_TAILCALL to clear_storage if CALL_EXPR_TAILCALL (orig_exp).20571 (expand_builtin_strcmp): Copy CALL_EXPR_TAILCALL from EXP to20575 Copy CALL_EXPR_TAILCALL from EXP to the new CALL_EXPR.33447 * tree.h (CALL_EXPR_TAILCALL): Add comment.
3695 * tree.h (CALL_EXPR_TAILCALL): New.5359 * tree.h (CALL_EXPR_TAILCALL): New.5390 * tree.h (CALL_EXPR_TAILCALL): New.
34006 STRIP_USELESS_TYPE_CONVERSION, CALL_EXPR_TAILCALL,
519 meantime @code{CALL_EXPR_TAILCALL} is set indicating the possibility.