Searched refs:n_traces (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | bb-reorder.c | 224 find_traces (int *n_traces, struct trace *traces) in find_traces() argument 268 count_threshold, traces, n_traces, i, &heap, in find_traces() 275 for (i = 0; i < *n_traces; i++) in find_traces() 429 struct trace *traces, int *n_traces, int round, in find_traces_1_round() argument 470 trace = traces + *n_traces; in find_traces_1_round() 474 bbd[bb->index].in_trace = *n_traces; in find_traces_1_round() 475 (*n_traces)++; in find_traces_1_round() 487 mark_bb_visited (bb, *n_traces); in find_traces_1_round() 492 bb->index, *n_traces - 1); in find_traces_1_round() 505 && e->dest->il.rtl->visited != *n_traces) in find_traces_1_round() [all …]
|