Home
last modified time | relevance | path

Searched refs:TDF_VOPS (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-ssa.c182 print_generic_stmt (stderr, SSA_NAME_DEF_STMT (ssa_name), TDF_VOPS); in verify_def()
184 print_generic_stmt (stderr, stmt, TDF_VOPS); in verify_def()
194 print_generic_stmt (stderr, stmt, TDF_VOPS); in verify_def()
287 print_generic_expr (stderr, ssa_name, TDF_VOPS); in verify_use()
289 print_generic_stmt (stderr, stmt, TDF_VOPS); in verify_use()
356 print_generic_stmt (stderr, op, TDF_VOPS); in verify_phi_args()
365 print_generic_stmt (stderr, phi, TDF_VOPS); in verify_phi_args()
749 print_generic_stmt (stderr, stmt, TDF_VOPS); in verify_ssa()
767 print_generic_stmt (stderr, stmt, TDF_VOPS); in verify_ssa()
Dtree-pass.h61 #define TDF_VOPS (1 << 6) /* display virtual operands */ macro
Dtree-ssa-sink.c455 print_generic_expr (dump_file, stmt, TDF_VOPS); in sink_code_in_bb()
Dtree-pretty-print.c90 print_generic_expr (stderr, t, TDF_VOPS|TDF_UID); in debug_generic_expr()
97 print_generic_stmt (stderr, t, TDF_VOPS|TDF_UID); in debug_generic_stmt()
106 print_generic_expr (stderr, t, TDF_VOPS|TDF_UID); in debug_tree_chain()
426 && (flags & TDF_VOPS) in dump_generic_node()
2738 if (is_gimple_reg (PHI_RESULT (phi)) || (flags & TDF_VOPS)) in dump_phi_nodes()
Dtree-dump.c783 {"vops", TDF_VOPS},
Dtree-ssa-operands.c2544 print_generic_stmt (file, USE_STMT (use_p), TDF_VOPS); in dump_immediate_uses_for()
Dtree-outof-ssa.c2239 print_generic_stmt (dump_file, curr_stmt_list, TDF_VOPS); in analyze_edges_for_bb()
Dtree-cfg.c2259 dump_generic_bb (outf, bb, indent, TDF_VOPS); in tree_dump_bb()
DChangeLog.tree-ssa7609 (TDF_VOPS): Change value.
13470 (TDF_VOPS): Define.
DChangeLog-200434036 TDF_DETAILS, TDF_STATS, TDF_BLOCKS, TDF_VOPS, TDF_LINENO,