Searched refs:execution_count (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/TableGen/jupyter/ |
H A D | LLVM_TableGen.ipynb | 21 "execution_count": 1, 52 "execution_count": 2, 83 "execution_count": 3, 118 "execution_count": 4, 153 "execution_count": 5, 184 "execution_count": 6, 215 "execution_count": 7, 245 "execution_count": 8, 267 "execution_count": 9, 296 "execution_count": 10,
|
/openbsd/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/ |
H A D | kernel.py | 189 "execution_count": self.execution_count,
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gcc.c | 1740 static int execution_count; variable 2673 execution_count++; in execute() 2741 execution_count++; in execute() 6380 int tmp = execution_count; 6397 linker_was_run = (tmp != execution_count);
|
H A D | ChangeLog | 2006 * gcc.c (execute) Increment execution_count when returning
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | gcov.texi | 208 @var{execution_count}:@var{line_number}:@var{source line text} 212 command line option. The @var{execution_count} is @samp{-} for lines
|
/openbsd/gnu/gcc/gcc/ |
H A D | gcc.c | 1898 static int execution_count; variable 2880 execution_count++; in execute() 2956 execution_count++; in execute() 6693 int tmp = execution_count; in main() 6710 linker_was_run = (tmp != execution_count); in main()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | gcov.texi | 231 @var{execution_count}:@var{line_number}:@var{source line text} 235 command line option. The @var{execution_count} is @samp{-} for lines
|