Searched refs:deletions (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gas/
H A Dhash.c65 unsigned long deletions; member in struct:hash_control
103 ret->deletions = 0;
341 ++table->deletions;
389 fprintf (f, "\t%lu deletions\n", table->deletions);
/haiku-buildtools/legacy/binutils/gas/
H A Dhash.c67 unsigned long deletions; member in struct:hash_control
129 ret->deletions = 0;
361 ++table->deletions;
410 fprintf (f, "\t%lu deletions\n", table->deletions);
/haiku-buildtools/gcc/gcc/
H A Dgcse.c1824 routine examines the set of insertions and deletions and if the ratio
1825 of insertions to deletions is too high for a particular expression, then
1843 int *deletions = GCNEWVEC (int, n_elems);
1846 the number of deletions achieved. We will prune these out of the
1859 /* Similarly for deletions, but those occur in blocks rather than on
1864 deletions[j]++;
1872 if (deletions[j]
1873 && ((unsigned) insertions[j] / deletions[j]) > MAX_GCSE_INSERTION_RATIO)
1888 free (deletions);
1832 int *deletions = GCNEWVEC (int, n_elems); local

Completed in 46 milliseconds