Lines Matching refs:replacements
71 Finally, if a parameter got scalarized, the scalar replacements are
225 replacements. */
229 analyze_access_subtree create scalar replacements for this group if
234 replacements? */
356 /* Number of created scalar replacements. */
357 int replacements;
2327 sra_stats.replacements++;
2493 /* Analyze the subtree of accesses rooted in ROOT, scheduling replacements when
2586 /* Always create access replacements that cover the whole access.
3562 disqualify_candidate (var, "No scalar replacements to be created.");
3576 /* Generate statements copying scalar replacements of accesses within a subtree
3583 replacements in the interval <start_offset, start_offset + chunk_size>,
3670 /* Assign zero to all scalar replacements in an access subtree. ACCESS is the
3711 /* Clobber all scalar replacements in an access subtree. ACCESS is the
3935 /* Where scalar replacements of the RHS have been written to when a replacement
3965 /* Keeps the information whether we have needed to refresh replacements of
3970 /* Store all replacements in the access tree rooted in TOP_RACC either to their
3979 flush replacements to it and can use it directly as if we did. */
4000 /* Try to generate statements to load all sub-replacements in an access subtree
4001 formed by children of LACC from scalar replacements in the SAD->top_racc
4179 /* Generate statements to call .DEFERRED_INIT to initialize scalar replacements
4219 do the scalar replacements in the subtree too. STMT is the call, GSI is
4262 replacements if scalarized aggregates have been used in the assignment. GSI
4299 /* Avoid modifying initializations of constant-pool replacements. */
4410 there to do the copying and then load the scalar replacements of the LHS.
4524 /* Set any scalar replacements of values in the constant pool to the initial
4527 replacements.) Thus, we output statements like 'SR.1 = *.LC0[0];' into
4683 /* Generate statements initializing scalar replacements of parts of function
4743 statistics_counter_event (cfun, "Scalar replacements created",
4744 sra_stats.replacements);