Home
last modified time | relevance | path

Searched refs:num_instr_edges (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c113 unsigned num_instr_edges = 0; in instrument_edges() local
133 gimple_gen_edge_profiler (num_instr_edges++, e); in instrument_edges()
140 fprintf (dump_file, "%d edges instrumented\n", num_instr_edges); in instrument_edges()
141 return num_instr_edges; in instrument_edges()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc115 unsigned num_instr_edges = 0; in instrument_edges() local
135 gimple_gen_edge_profiler (num_instr_edges++, e); in instrument_edges()
142 fprintf (dump_file, "%d edges instrumented\n", num_instr_edges); in instrument_edges()
143 return num_instr_edges; in instrument_edges()