Home
last modified time | relevance | path

Searched refs:execution_count (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcov.texi245 "execution_count": @var{execution_count},
271 @var{execution_count}: number of executions of the function
466 @var{execution_count}:@var{line_number}:@var{source line text}
470 command line option. The @var{execution_count} is @samp{-} for lines
477 Executed basic blocks having a statement with zero @var{execution_count}
486 allow gcov to properly show their @var{execution_count}.
H A Dgcc.info55837 "execution_count": EXECUTION_COUNT,
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcov.texi245 "execution_count": 1,
271 @var{execution_count}: number of executions of the function
466 @var{execution_count}:@var{line_number}:@var{source line text}
470 command line option. The @var{execution_count} is @samp{-} for lines
477 Executed basic blocks having a statement with zero @var{execution_count}
486 allow gcov to properly show their @var{execution_count}.
H A Dgcc.info58826 "execution_count": 1,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc2146 static int execution_count; variable
3366 execution_count++; in execute()
3441 execution_count++; in execute()
9088 int tmp = execution_count; in maybe_run_linker()
9149 linker_was_run = (tmp != execution_count); in maybe_run_linker()
11168 execution_count = 0; in finalize()
H A DChangeLog-20031532 * gcc.c (execute) Increment execution_count when returning
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1973 static int execution_count; variable
3158 execution_count++; in execute()
3233 execution_count++; in execute()
8316 int tmp = execution_count; in maybe_run_linker()
8377 linker_was_run = (tmp != execution_count); in maybe_run_linker()
10229 execution_count = 0; in finalize()