Lines Matching defs:insertions
120 Third, we perform insertions to make partially redundant
195 perform code hoisting insertions after each round of PRE insertions,
521 int insertions;
642 AVAIL_OUT set of blocks with the new insertions performed during
2533 for performing quick dead code elimination of insertions we made
2824 STMTS is a statement list to append the necessary insertions into.
3095 pre_stats.insertions++;
3121 bool insertions = false;
3150 /* Make the necessary insertions. */
3168 insertions = true;
3182 /* If we didn't want a phi node, and we made insertions, we still have
3184 and didn't make insertions, we haven't added anything new, so return
3186 if (nophi && insertions)
3188 else if (nophi && !insertions)
3381 /* We want to perform insertions to remove a redundancy on
3847 Since PRE and hoist insertions can cause back-to-back iteration
4442 statistics_counter_event (fun, "Insertions", pre_stats.insertions);
4469 pass removes any insertions we made that weren't actually used. */