Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dbuiltins.c2892 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()
Dtree-tailcall.c853 CALL_EXPR_TAILCALL (stmt) = 1; in optimize_tail_call()
Dcfgexpand.c1436 if (call && CALL_EXPR_TAILCALL (call)) in expand_gimple_basic_block()
Dtree-pretty-print.c1155 if (CALL_EXPR_TAILCALL (node)) in dump_generic_node()
Dcalls.c1855 bool try_tail_call = CALL_EXPR_TAILCALL (exp); in expand_call()
Dtree.h1046 #define CALL_EXPR_TAILCALL(NODE) (CALL_EXPR_CHECK(NODE)->common.addressable_flag) macro
Dexpr.c1384 CALL_EXPR_TAILCALL (call_expr) = tailcall; in emit_block_move_via_libcall()
2588 CALL_EXPR_TAILCALL (call_expr) = tailcall; in clear_storage_via_libcall()
DChangeLog-200520556 Add tailcall argument, set CALL_EXPR_TAILCALL of the CALL_EXPR to
20562 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 to
20575 Copy CALL_EXPR_TAILCALL from EXP to the new CALL_EXPR.
33447 * tree.h (CALL_EXPR_TAILCALL): Add comment.
DChangeLog.tree-ssa3695 * tree.h (CALL_EXPR_TAILCALL): New.
5359 * tree.h (CALL_EXPR_TAILCALL): New.
5390 * tree.h (CALL_EXPR_TAILCALL): New.
DChangeLog-200434006 STRIP_USELESS_TYPE_CONVERSION, CALL_EXPR_TAILCALL,
/freebsd-10-stable/contrib/gcc/doc/
Dpasses.texi519 meantime @code{CALL_EXPR_TAILCALL} is set indicating the possibility.