Searched refs:insertions (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/binutils/gas/
H A Dhash.c63 unsigned long insertions; member in struct:hash_control
101 ret->insertions = 0;
217 ++table->insertions;
254 ++table->insertions;
387 fprintf (f, "\t%lu insertions\n", table->insertions);
/haiku-buildtools/legacy/binutils/gas/
H A Dhash.c65 unsigned long insertions; member in struct:hash_control
127 ret->insertions = 0;
237 ++table->insertions;
274 ++table->insertions;
408 fprintf (f, "\t%lu insertions\n", table->insertions);
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-pre.c146 Third, we perform insertions to make partially redundant
453 AVAIL_OUT set of blocks with the new insertions performed during
495 int insertions; member in struct:__anon226
2498 for performing quick dead code elimination of insertions we made
2804 STMTS is a statement list to append the necessary insertions into.
2976 pre_stats.insertions++;
3002 bool insertions = false; local
3030 /* Make the necessary insertions. */
3052 insertions = true;
3138 /* If we didn't want a phi node, and we made insertions, w
[all...]
H A Dgcse.c256 The deletion is done first so that when we do insertions we
1824 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
1842 int *insertions = GCNEWVEC (int, n_elems);
1845 /* Set of expressions which require too many insertions relative to
1856 insertions[j]++;
1868 hash table and see if any need too many insertions relative to the
1873 && ((unsigned) insertions[j] / deletions[j]) > MAX_GCSE_INSERTION_RATIO)
1887 free (insertions);
1831 int *insertions = GCNEWVEC (int, n_elems); local
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex285 % does insertions, but you have to call it yourself.
6087 \message{insertions,}
6174 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex278 % does insertions, but you have to call it yourself.
6309 \message{insertions,}
6396 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex290 % does insertions, but you have to call it yourself.
6630 \message{insertions,}
6717 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex336 % does insertions, but you have to call it yourself.
7508 \message{insertions,}
7595 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex333 % does insertions, but you have to call it yourself.
7269 \message{insertions,}
7356 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex336 % does insertions, but you have to call it yourself.
7512 \message{insertions,}
7599 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex315 % does insertions, but you have to call it yourself.
8170 \message{insertions,}
8259 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex315 % does insertions, but you have to call it yourself.
8170 \message{insertions,}
8259 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex315 % does insertions, but you have to call it yourself.
8207 \message{insertions,}
8296 % Deeper inside, just make sure that the saved insertions are not spilled
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex158 % does insertions, but you have to call it yourself.
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex149 % does insertions, but you have to call it yourself.
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex171 % does insertions, but you have to call it yourself.
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex161 % does insertions, but you have to call it yourself.

Completed in 618 milliseconds