Searched refs:tailcall (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-tailcall.c99 /* A structure that describes the tailcall. */
101 struct tailcall struct
116 /* Next tailcall in the chain. */
117 struct tailcall *next;
125 static bool optimize_tail_call (struct tailcall *, bool);
126 static void eliminate_tail_call (struct tailcall *);
127 static void find_tail_calls (basic_block, struct tailcall **);
375 find_tail_calls (basic_block bb, struct tailcall **ret)
380 struct tailcall *nw;
529 nw = XNEW (struct tailcall);
[all...]
H A Dexpr.c1344 emit_block_move_via_libcall (rtx dst, rtx src, rtx size, bool tailcall)
1386 CALL_EXPR_TAILCALL (call_expr) = tailcall;
2560 clear_storage_via_libcall (rtx object, rtx size, bool tailcall)
2593 CALL_EXPR_TAILCALL (call_expr) = tailcall;
1340 emit_block_move_via_libcall(rtx dst, rtx src, rtx size, bool tailcall) argument
2553 clear_storage_via_libcall(rtx object, rtx size, bool tailcall) argument
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A Dexception.lst69 sparc/usdt/tst.tailcall.ksh
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile27 tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o \
/freebsd-9.3-release/tools/test/dtrace/
H A DMakefile227 ${TESTSRCDIR}/tst/common/fbtprovider/tst.tailcall.d

Completed in 134 milliseconds