Searched refs:counts (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/gcc/contrib/
H A Danalyze_brprob38 # Ensure that there are no "Arc profiling: some edge counts were bad." warnings.
91 counts[name]=0
117 counts[name]=counts[name] "+" count
122 if (length(counts[name]) > 2000)
123 counts[name] = longeval(counts[name])
131 maxcounts = longeval(counts["combined"])
138 counts[name] = longeval(counts[nam
[all...]
H A Ddg-extract-results.py63 self.counts = []
215 # Add the result counts in list FROMC to TOC.
313 if len (variation.counts) == 0:
314 variation.counts = self.zero_counts()
329 variation.counts[i] += self.parse_int (filename, count)
480 def output_summary (self, tool, counts):
485 if (counts[i] > 0
488 sys.stdout.write ('%s%d\n' % (name, counts[i]))
511 self.output_summary (tool, variation.counts)
516 counts
[all...]
/haiku-buildtools/jam/
H A Dmake.c80 COUNTS *counts, int anyhow );
121 COUNTS counts[1]; local
128 memset( (char *)counts, 0, sizeof( *counts ) );
134 make0( t, 0, 0, counts, anyhow );
139 if( counts->targets )
140 printf( "...found %d target(s)...\n", counts->targets );
141 if( counts->temp )
142 printf( "...using %d temp target(s)...\n", counts->temp );
143 if( counts
171 make0( TARGET *t, TARGET *p, int depth, COUNTS *counts, int anyhow ) argument
[all...]
H A Dmake1.c40 * 03/10/95 (seiwald) - Fancy counts.
83 } counts[1] ; variable in typeref:struct:__anon2330
94 memset( (char *)counts, 0, sizeof( *counts ) );
107 if( counts->failed ) {
109 if( DEBUG_MAKE ) printf( "...failed updating %d target(s)...\n", counts->failed );
112 if( DEBUG_MAKE && counts->skipped )
113 printf( "...skipped %d target(s)...\n", counts->skipped );
115 if( DEBUG_MAKE && counts->made )
116 printf( "...updated %d target(s)...\n", counts
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/hash/
H A Dchi2_quality.h57 std::vector<int> counts(buckets);
62 ++counts[hasher(*i) % buckets];
70 double delta = counts[i] - z;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dvararg1.c9 #error Incorrect vararg argument counts
/haiku-buildtools/legacy/binutils/gprof/
H A Dbb_exit_func.c38 long *counts;
90 fwrite (&ptr->counts[i], sizeof (ptr->counts[0]), 1, fp);
37 long *counts; member in struct:bb
/haiku-buildtools/binutils/gprof/
H A Dbb_exit_func.c38 long *counts;
90 fwrite (&ptr->counts[i], sizeof (ptr->counts[0]), 1, fp);
37 long *counts; member in struct:bb
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dk-nucleotide-parallel.go49 counts := make(map[string]int)
53 counts[s]++
55 return counts
H A Dk-nucleotide.go50 counts := make(map[string]int)
54 counts[s]++
56 return counts
/haiku-buildtools/gcc/gcc/
H A Dtracer.c254 int *counts = XNEWVEC (int, last_basic_block_for_fn (cfun)); local
284 counts [bb->index] = n;
314 traced_insns += bb->frequency * counts [bb->index];
330 traced_insns += bb2->frequency * counts [bb2->index];
342 nduplicated += counts [bb2->index];
380 free (counts);
H A Dcse.c2371 /* This is like the general case, except that it only counts
6767 count_reg_usage (rtx x, int *counts, rtx dest, int incr) local
6781 counts[REGNO (x)] += incr;
6796 count_reg_usage (XEXP (XEXP (x, 0), 0), counts, NULL_RTX, incr);
6802 count_reg_usage (SET_DEST (x), counts, NULL_RTX, incr);
6803 count_reg_usage (SET_SRC (x), counts,
6821 count_reg_usage (CALL_INSN_FUNCTION_USAGE (x), counts, dest, incr);
6822 count_reg_usage (PATTERN (x), counts, dest, incr);
6837 count_reg_usage (XEXP (eqv, 0), counts, dest, incr);
6842 count_reg_usage (eqv, counts, des
6732 count_reg_usage(rtx x, int *counts, rtx dest, int incr) argument
6768 count_reg_usage (SET_SRC (x), counts, local
6786 count_reg_usage (CALL_INSN_FUNCTION_USAGE (x), counts, dest, incr); local
6787 count_reg_usage (PATTERN (x), counts, dest, incr); local
6825 count_reg_usage (ASM_OPERANDS_INPUT (x, i), counts, dest, incr); local
6840 count_reg_usage (XEXP (x, i), counts, dest, incr); local
6843 count_reg_usage (XVECEXP (x, i, j), counts, dest, incr); local
6850 is_dead_reg(const_rtx x, int *counts) argument
6859 set_live_p(rtx set, rtx_insn *insn ATTRIBUTE_UNUSED, int *counts) argument
6886 insn_live_p(rtx_insn *insn, int *counts) argument
6932 int *counts = (int *) data; local
6944 is_dead_debug_insn(const_rtx pat, int *counts, rtx *replacements, bool *seen_repl) argument
6993 int *counts; local
[all...]
H A Dcoverage.c113 gcov_type *counts; member in struct:counts_entry
217 free (entry->counts);
224 /* Read in the counts file, if available. */
330 entry->counts = XCNEWVEC (gcov_type, n_counts);
366 entry->counts[ix] += gcov_read_counter ();
392 /* No hash table, no counts. */
400 ? "file %s not found, execution counts estimated\n"
401 : "file %s not found, execution counts assumed to "
446 ? G_("execution counts estimated\n")
447 : G_("execution counts assume
[all...]
H A Dprofile.c1 /* Calculate branch probabilities, and basic block execution counts.
36 all other edge counts can be deduced. By construction all fake
44 /* ??? Register allocation should use basic block execution counts to
48 then we can use arc counts to help decide which arcs to instrument. */
118 /* Counter summary from the last set of coverage counts read. */
279 fprintf (dump_file, "\t\t%u.%02u%%: num counts=%u, min counter="
317 gcov_type *counts;
330 counts = get_coverage_counts (GCOV_COUNTER_ARCS, num_edges, cfg_checksum,
332 if (!counts)
341 return counts;
316 gcov_type *counts; local
[all...]
H A Dgcov.c1 /* Gcov.c: prepend line execution counts and branch probabilities to a
22 /* ??? Print a list of the ten blocks with the highest execution counts,
24 list the line numbers with the highest execution counts, only printing
30 /* Need an option to show individual block counts, and show
78 /* transition counts. */
80 /* used in cycle search, so that we do not clobber original counts. */
188 /* Raw arc coverage counts. */
189 gcov_type *counts; member in struct:function_info
229 line. Used for branch-counts when not
309 counts ar
[all...]
H A Domp-low.c5704 basic_block &entry_bb, tree *counts,
5718 /* First two _looptemp_ clauses are for istart/iend, counts[0]
5730 counts[i] = OMP_CLAUSE_DECL (innerc);
5732 counts[0] = NULL_TREE;
5816 counts[i] = t;
5819 counts[i] = create_tmp_reg (type, ".count");
5820 expand_omp_build_assign (gsi, counts[i], t);
5825 t = counts[0];
5827 t = fold_build2 (MULT_EXPR, type, fd->loop.n2, counts[i]);
5843 iteration count isn't known constant, store values from counts arra
5702 expand_omp_for_init_counts(struct omp_for_data *fd, gimple_stmt_iterator *gsi, basic_block &entry_bb, tree *counts, basic_block &zero_iter_bb, int &first_zero_iter, basic_block &l2_dom_bb) argument
5846 expand_omp_for_init_vars(struct omp_for_data *fd, gimple_stmt_iterator *gsi, tree *counts, gimple inner_stmt, tree startvar) argument
6119 tree *counts = NULL; local
6541 tree *counts = NULL; local
6931 tree *counts = NULL; local
7614 tree *counts = NULL; local
[all...]
/haiku-buildtools/gcc/libgcc/config/arc/gmon/sys/
H A Dgmon.h58 long *counts; member in struct:__bb
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dsun3.h299 ___bb_link (blocks->filename, blocks->counts, blocks->ncounts); \
/haiku-buildtools/binutils/gold/
H A Ddynobj.cc737 // If printing symbol counts or a cross reference table or
830 // Get symbol counts.
1245 std::vector<uint32_t> counts(bucketcount);
1251 ++counts[dynsym_hashvals[i] % bucketcount];
1257 cnt += counts[i];
1272 if (counts[i] == 0)
1290 if (counts[bucket] == 1)
1297 --counts[bucket];
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Di386.h1412 char counts[80]; \
1413 char *block_table = counts; \
1451 ASM_GENERATE_INTERNAL_LABEL (counts, "LPBX", 2); \
1452 cnt_rtx = gen_rtx_SYMBOL_REF (VOIDmode, counts); \
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c533 (Shifts counts of SI_TYPE_SIZE are undefined.) */
1432 long *counts; member in struct:bb
1502 /* If the file exists, and the number of counts in it is the same,
1530 ptr->counts[i] += v;
1562 long *count_ptr = ptr->counts;
1638 if (cnt_max < ptr->counts[i])
1639 cnt_max = ptr->counts[i];
1674 cnt_len, ptr->counts[i]);
2196 __bb.blocks->counts[__bb.blockno]++;
H A Dcse.c2176 /* This is like the general case, except that it only counts
9080 count_reg_usage (x, counts, dest, incr)
9082 int *counts;
9097 counts[REGNO (x)] += incr;
9113 count_reg_usage (XEXP (XEXP (x, 0), 0), counts, NULL_RTX, incr);
9119 count_reg_usage (SET_DEST (x), counts, NULL_RTX, incr);
9122 usage of SET_DEST inside SRC counts.
9127 count_reg_usage (SET_SRC (x), counts,
9133 count_reg_usage (CALL_INSN_FUNCTION_USAGE (x), counts, NULL_RTX, incr);
9138 count_reg_usage (PATTERN (x), counts, NULL_RT
9085 count_reg_usage (SET_DEST (x), counts, NULL_RTX, incr); local
9093 count_reg_usage (SET_SRC (x), counts, local
9099 count_reg_usage (CALL_INSN_FUNCTION_USAGE (x), counts, NULL_RTX, incr); local
9104 count_reg_usage (PATTERN (x), counts, NULL_RTX, incr); local
9109 count_reg_usage (REG_NOTES (x), counts, NULL_RTX, incr); local
9128 count_reg_usage (XEXP (x, i), counts, dest, incr); local
9131 count_reg_usage (XVECEXP (x, i, j), counts, dest, incr); local
9148 int *counts = (int *) alloca (nreg * sizeof (int)); local
[all...]
/haiku-buildtools/gcc/libgcc/config/arc/gmon/
H A Dgmon.c362 bbbody[nfilled++].count = grp->counts[i];
413 /* write basic-block execution counts: */
/haiku-buildtools/binutils/gas/testsuite/gas/msp430/
H A Dmsp430x.s277 ;; Check that repeat counts can be used with shift instructions.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dbounds.go120 // but signed mod can be negative, so only unsigned mod counts.

Completed in 396 milliseconds

12