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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h93 rtx last_function_call; member in struct:deps
H A Dsched-deps.c792 add_dependence_list (insn, deps->last_function_call, 1,
1150 add_dependence_list (insn, deps->last_function_call, 1, REG_DEP_OUTPUT);
1568 free_INSN_LIST_list (&deps->last_function_call);
1569 deps->last_function_call = alloc_INSN_LIST (insn, NULL_RTX);
1735 deps->last_function_call = 0;
H A Dsched-rgn.c2469 /* last_function_call is inherited by successor. */
2470 succ_deps->last_function_call
2471 = concat_INSN_LIST (pred_deps->last_function_call,
2472 succ_deps->last_function_call);

Completed in 101 milliseconds