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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-tailcall.c371 /* Finds tailcalls falling into basic block BB. The list of found tailcalls is
837 mark the tailcalls for the sibcall optimization. */
873 struct tailcall *tailcalls = NULL, *act, *next; local
892 find_tail_calls (e->src, &tailcalls);
897 for (act = tailcalls; act; act = act->next)
967 for (; tailcalls; tailcalls = next)
969 next = tailcalls->next;
970 changed |= optimize_tail_call (tailcalls, opt_tailcall
[all...]

Completed in 94 milliseconds