Lines Matching refs:dump_file

155       if (dump_file && (dump_flags & TDF_DETAILS))
156 fprintf (dump_file,"-------------------------\n");
221 if (dump_file && (dump_flags & TDF_DETAILS))
223 fprintf (dump_file, "------if-convert stmt\n");
224 print_generic_stmt (dump_file, t, TDF_SLIM);
225 print_generic_stmt (dump_file, cond, TDF_SLIM);
304 if (dump_file && (dump_flags & TDF_DETAILS))
306 fprintf (dump_file, "-------------------------\n");
307 print_generic_stmt (dump_file, phi, TDF_SLIM);
312 if (dump_file && (dump_flags & TDF_DETAILS))
313 fprintf (dump_file, "More than two phi node args.\n");
325 if (dump_file && (dump_flags & TDF_DETAILS))
326 fprintf (dump_file, "Difficult to handle this virtual phi.\n");
346 if (dump_file && (dump_flags & TDF_DETAILS))
348 fprintf (dump_file, "-------------------------\n");
349 print_generic_stmt (dump_file, m_expr, TDF_SLIM);
355 if (dump_file && (dump_flags & TDF_DETAILS))
356 fprintf (dump_file, "stmt is movable. Don't take risk\n");
364 if (dump_file && (dump_flags & TDF_DETAILS))
365 fprintf (dump_file, "tree could trap...\n");
371 if (dump_file && (dump_flags & TDF_DETAILS))
372 fprintf (dump_file, "CALL_EXPR \n");
380 if (dump_file && (dump_flags & TDF_DETAILS))
382 fprintf (dump_file, "LHS is not var\n");
383 print_generic_stmt (dump_file, m_expr, TDF_SLIM);
417 if (dump_file && (dump_flags & TDF_DETAILS))
419 fprintf (dump_file, "don't know what to do\n");
420 print_generic_stmt (dump_file, stmt, TDF_SLIM);
444 if (dump_file && (dump_flags & TDF_DETAILS))
445 fprintf (dump_file, "----------[%d]-------------\n", bb->index);
451 if (dump_file && (dump_flags & TDF_DETAILS))
452 fprintf (dump_file, "basic block after exit bb but before latch\n");
457 if (dump_file && (dump_flags & TDF_DETAILS))
458 fprintf (dump_file, "non empty basic block after exit bb\n");
465 if (dump_file && (dump_flags & TDF_DETAILS))
466 fprintf (dump_file, "latch is not dominated by exit_block\n");
476 if (dump_file && (dump_flags & TDF_DETAILS))
477 fprintf (dump_file,"Difficult to handle edges\n");
509 if (dump_file && (dump_flags & TDF_DETAILS))
510 fprintf (dump_file, "not inner most loop\n");
517 if (dump_file && (dump_flags & TDF_DETAILS))
518 fprintf (dump_file, "less than 2 basic blocks\n");
525 if (dump_file && (dump_flags & TDF_DETAILS))
526 fprintf (dump_file, "multiple exits\n");
547 if (dump_file && (dump_flags & TDF_DETAILS))
548 fprintf (dump_file,"Irreducible loop\n");
585 if (dump_file)
586 fprintf (dump_file,"Applying if-conversion\n");
842 if (dump_file && (dump_flags & TDF_DETAILS))
844 fprintf (dump_file, "new phi replacement stmt\n");
845 print_generic_stmt (dump_file, new_stmt, TDF_SLIM);