Home
last modified time | relevance | path

Searched refs:CALL_EXPR_TAILCALL (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDbuiltins.c3654 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()
HDgimple.c368 gimple_call_set_tail (call, CALL_EXPR_TAILCALL (t)); in gimple_build_call_from_tree()
HDtree-pretty-print.c2304 if (CALL_EXPR_TAILCALL (node)) in dump_generic_node()
HDcalls.c3379 bool try_tail_call = CALL_EXPR_TAILCALL (exp); in expand_call()
HDgimplify.c3351 CALL_EXPR_TAILCALL (*expr_p) = CALL_EXPR_TAILCALL (call); in gimplify_call_expr()
HDexpr.c1906 CALL_EXPR_TAILCALL (call_expr) = tailcall; in emit_block_op_via_libcall()
3060 CALL_EXPR_TAILCALL (call_expr) = tailcall; in set_storage_via_libcall()
HDtree.h649 #define CALL_EXPR_TAILCALL(NODE) \ macro
HDcfgexpand.c2670 CALL_EXPR_TAILCALL (exp) = gimple_call_tail_p (stmt); in expand_call_stmt()
/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.c2000 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()
HDtree-pretty-print.c1561 if (CALL_EXPR_TAILCALL (node)) in dump_generic_node()
HDgimplify.c2495 CALL_EXPR_TAILCALL (*expr_p) = CALL_EXPR_TAILCALL (call); in gimplify_call_expr()
HDcalls.c2193 bool try_tail_call = CALL_EXPR_TAILCALL (exp); in expand_call()
HDcfgexpand.c2047 CALL_EXPR_TAILCALL (exp) = gimple_call_tail_p (stmt); in expand_call_stmt()
HDgimple.c372 gimple_call_set_tail (call, CALL_EXPR_TAILCALL (t)); in gimple_build_call_from_tree()
HDexpr.c1370 CALL_EXPR_TAILCALL (call_expr) = tailcall; in emit_block_move_via_libcall()
2742 CALL_EXPR_TAILCALL (call_expr) = tailcall; in set_storage_via_libcall()
HDtree.h1202 #define CALL_EXPR_TAILCALL(NODE) \ macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDpasses.texi536 meantime @code{CALL_EXPR_TAILCALL} is set indicating the possibility.