HomeSort by: relevance | last modified time | path
    Searched defs:tailcalls (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-tailcall.cc 410 /* Finds tailcalls falling into basic block BB. The list of found tailcalls is
1045 mark the tailcalls for the sibcall optimization. */
1104 struct tailcall *tailcalls = NULL, *act, *next; local
1120 find_tail_calls (e->src, &tailcalls);
1132 for (act = tailcalls; act; act = act->next)
1186 for (; tailcalls; tailcalls = next)
1188 next = tailcalls->next;
1189 changed |= optimize_tail_call (tailcalls, opt_tailcalls, new_loop)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-tailcall.cc 410 /* Finds tailcalls falling into basic block BB. The list of found tailcalls is
1045 mark the tailcalls for the sibcall optimization. */
1104 struct tailcall *tailcalls = NULL, *act, *next; local
1124 find_tail_calls (e->src, &tailcalls);
1136 for (act = tailcalls; act; act = act->next)
1190 for (; tailcalls; tailcalls = next)
1192 next = tailcalls->next;
1193 changed |= optimize_tail_call (tailcalls, opt_tailcalls, new_loop)
    [all...]

Completed in 23 milliseconds