Home | History | Annotate | Download | only in gcc

Lines Matching defs:dump_flags

49 static dump_flags_t pflags;		      /* current dump_flags */
64 dump_flags_t dump_flags;
631 make_item_for_dump_gimple_stmt (gimple *stmt, int spc, dump_flags_t dump_flags)
635 pp_gimple_stmt_1 (&pp, stmt, spc, dump_flags);
653 = make_item_for_dump_gimple_stmt (gs, spc, dump_flags | extra_dump_flags);
680 make_item_for_dump_gimple_expr (gimple *stmt, int spc, dump_flags_t dump_flags)
682 dump_flags |= TDF_RHS_ONLY;
685 pp_gimple_stmt_1 (&pp, stmt, spc, dump_flags);
703 = make_item_for_dump_gimple_expr (gs, spc, dump_flags | extra_dump_flags);
731 make_item_for_dump_generic_expr (tree node, dump_flags_t dump_flags)
736 dump_generic_node (&pp, node, 0, dump_flags, false);
757 = make_item_for_dump_generic_expr (t, dump_flags | extra_dump_flags);
1462 set dump_flags appropriately for both pass dump stream and
1510 reset the globals DUMP_FILE, ALT_DUMP_FILE, and DUMP_FLAGS. */
1531 dump_flags = TDF_NONE;
2104 m_saved_flags (dump_flags),
2110 pflags = dump_flags = MSG_ALL_KINDS | MSG_ALL_PRIORITIES;
2120 dump_flags = m_saved_flags;