Lines Matching refs:debug
120 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) in copy_rename_partition_coalesce() argument
136 if (debug) in copy_rename_partition_coalesce()
138 fprintf (debug, "Try : "); in copy_rename_partition_coalesce()
139 print_generic_expr (debug, var1, TDF_SLIM); in copy_rename_partition_coalesce()
140 fprintf (debug, "(P%d) & ", p1); in copy_rename_partition_coalesce()
141 print_generic_expr (debug, var2, TDF_SLIM); in copy_rename_partition_coalesce()
142 fprintf (debug, "(P%d)", p2); in copy_rename_partition_coalesce()
155 if (debug) in copy_rename_partition_coalesce()
156 fprintf (debug, " : Already coalesced.\n"); in copy_rename_partition_coalesce()
165 if (debug) in copy_rename_partition_coalesce()
166 fprintf (debug, " : Abnormal PHI barrier. No coalesce.\n"); in copy_rename_partition_coalesce()
174 if (debug) in copy_rename_partition_coalesce()
175 fprintf (debug, " : Same root, coalesced --> P%d.\n", p1); in copy_rename_partition_coalesce()
182 if (debug) in copy_rename_partition_coalesce()
183 fprintf (debug, " : 2 different PARM_DECLS. No coalesce.\n"); in copy_rename_partition_coalesce()
189 if (debug) in copy_rename_partition_coalesce()
190 fprintf (debug, " : One root a RESULT_DECL. No coalesce.\n"); in copy_rename_partition_coalesce()
207 if (debug) in copy_rename_partition_coalesce()
208 fprintf (debug, " : 2 different USER vars. No coalesce.\n"); in copy_rename_partition_coalesce()
219 if (debug) in copy_rename_partition_coalesce()
220 fprintf (debug, " : 2 default defs. No coalesce.\n"); in copy_rename_partition_coalesce()
242 if (debug) in copy_rename_partition_coalesce()
243 fprintf (debug, " : Readonly variable. No coalesce.\n"); in copy_rename_partition_coalesce()
255 if (debug) in copy_rename_partition_coalesce()
256 fprintf (debug, " : Incompatible types. No coalesce.\n"); in copy_rename_partition_coalesce()
270 if (debug) in copy_rename_partition_coalesce()
272 fprintf (debug, " --> P%d ", p3); in copy_rename_partition_coalesce()
273 print_generic_expr (debug, SSA_NAME_VAR (partition_to_var (map, p3)), in copy_rename_partition_coalesce()
275 fprintf (debug, "\n"); in copy_rename_partition_coalesce()
296 FILE *debug; in rename_ssa_copies() local
302 debug = dump_file; in rename_ssa_copies()
304 debug = NULL; in rename_ssa_copies()
319 updated |= copy_rename_partition_coalesce (map, lhs, rhs, debug); in rename_ssa_copies()
343 updated |= copy_rename_partition_coalesce (map, res, arg, debug); in rename_ssa_copies()
348 if (debug) in rename_ssa_copies()
349 dump_var_map (debug, map); in rename_ssa_copies()
362 if (debug) in rename_ssa_copies()
364 fprintf (debug, "Coalesced "); in rename_ssa_copies()
365 print_generic_expr (debug, var, TDF_SLIM); in rename_ssa_copies()
366 fprintf (debug, " to "); in rename_ssa_copies()
367 print_generic_expr (debug, part_var, TDF_SLIM); in rename_ssa_copies()
368 fprintf (debug, "\n"); in rename_ssa_copies()