Searched refs:TDF_VOPS (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa.c182 print_generic_stmt (stderr, SSA_NAME_DEF_STMT (ssa_name), TDF_VOPS);
184 print_generic_stmt (stderr, stmt, TDF_VOPS);
194 print_generic_stmt (stderr, stmt, TDF_VOPS);
287 print_generic_expr (stderr, ssa_name, TDF_VOPS);
289 print_generic_stmt (stderr, stmt, TDF_VOPS);
356 print_generic_stmt (stderr, op, TDF_VOPS);
365 print_generic_stmt (stderr, phi, TDF_VOPS);
749 print_generic_stmt (stderr, stmt, TDF_VOPS);
767 print_generic_stmt (stderr, stmt, TDF_VOPS);
H A Dtree-pass.h61 #define TDF_VOPS (1 << 6) /* display virtual operands */ macro
H A Dtree-ssa-sink.c455 print_generic_expr (dump_file, stmt, TDF_VOPS);
H A Dtree-pretty-print.c90 print_generic_expr (stderr, t, TDF_VOPS|TDF_UID);
97 print_generic_stmt (stderr, t, TDF_VOPS|TDF_UID);
106 print_generic_expr (stderr, t, TDF_VOPS|TDF_UID);
426 && (flags & TDF_VOPS)
2738 if (is_gimple_reg (PHI_RESULT (phi)) || (flags & TDF_VOPS))
H A Dtree-dump.c784 {"vops", TDF_VOPS},
H A Dtree-outof-ssa.c2239 print_generic_stmt (dump_file, curr_stmt_list, TDF_VOPS);
H A Dtree-ssa-operands.c2544 print_generic_stmt (file, USE_STMT (use_p), TDF_VOPS);
H A Dtree-cfg.c2259 dump_generic_bb (outf, bb, indent, TDF_VOPS);

Completed in 102 milliseconds