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

/freebsd-10.1-release/contrib/gcc/
H A Dbb-reorder.c225 find_traces (int *n_traces, struct trace *traces)
269 count_threshold, traces, n_traces, i, &heap,
276 for (i = 0; i < *n_traces; i++)
430 struct trace *traces, int *n_traces, int round,
471 trace = traces + *n_traces;
475 bbd[bb->index].in_trace = *n_traces;
476 (*n_traces)++;
488 mark_bb_visited (bb, *n_traces);
493 bb->index, *n_traces - 1);
506 && e->dest->il.rtl->visited != *n_traces)
224 find_traces(int *n_traces, struct trace *traces) argument
428 find_traces_1_round(int branch_th, int exec_th, gcov_type count_th, struct trace *traces, int *n_traces, int round, fibheap_t *heap, int number_of_rounds) argument
897 connect_traces(int n_traces, struct trace *traces) argument
1893 int n_traces; local
[all...]

Completed in 87 milliseconds