Home
last modified time | relevance | path

Searched refs:dump_variable (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.h25 extern void dump_variable (FILE *, tree);
H A Dtree-dfa.cc121 dump_variable (FILE *file, tree var) in dump_variable() function
175 dump_variable (stderr, var); in debug_variable()
H A DChangeLog.tree-ssa1965 (dump_variable): Rearrange.
3177 (dump_variable): Show variable UID and dereferenced bits.
8476 * tree-dfa.c (dump_variable): Display default_def, if set.
8939 (dump_variable): Check is_in_va_arg_expr flag.
10016 (dump_variable): Handle SSA names.
10221 (dump_variable): Move code to dump aliases ...
10793 (dump_variable): Show annotation bitfields 'mem_tag',
11600 * tree-dfa.c (dump_variable): Corresponding changes.
11925 (dump_variable): Show whether the variable is call clobbered.
12708 (dump_variable): Show may_point_to_global_mem flag.
[all …]
H A Dtree-ssa-alias.cc570 dump_variable (file, var); in dump_alias_info()
H A DChangeLog-20071802 (dump_variable): Likewise.
1989 (dump_variable): Likewise. Show whether the sft is
3019 * tree-dfa.c (dump_variable): Call dump_mem_sym_stats_for_var.
3106 (dump_variable): Also print DECL_UID.
9278 * tree-dfa.c (dump_variable): Print DECL_UID as D.%u.
14875 (dump_variable): Print out "[uninit]" if appropriate.
23749 * tree-dfa.c (dump_variable): Dump memory reference
30940 * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
H A DChangeLog.tuples4452 * tree-dfa.c (dump_variable): Likewise.
H A DChangeLog-20061640 * tree-dfa.c (dump_variable): Always show the escape mask.
3894 (dump_variable): Update.
21930 * tree-dfa.c (dump_variable): If details is on, dump the reason
H A DChangeLog-201024216 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
34455 * tree-dfa.c (dump_variable): Do not dump call clobber state.
34593 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
35106 * tree-dfa.c (dump_variable): Likewise.
39430 (dump_var): Renamed from dump_variable. Adjust all callers.
H A DChangeLog-200911827 (dump_variable): Take variable. Deal with decl_or_value.
16773 * tree-dfa.c (dump_variable): Write DECL_INITIAL for VAR
29511 (dump_variable): Do not dump SMTs, memory stats, may-aliases or
H A DChangeLog-200411706 * tree-dfa.c (dump_variable): Show TREE_THIS_VOLATILE.
12839 * tree-dfa.c (dump_variable): Also print the type of the
19480 * tree-dfa.c (dump_variable): Display global and addressable
24376 * tree-dfa.c (dump_variable): If the variable is a pointer
H A DChangeLog-20057212 * tree-dfa.c (dump_variable): Guard against NULL annotations.
11606 * tree-dfa.c (dump_variable): Use default_def function.
11987 (dump_variable): Show subvariables if VAR has them.
H A DChangeLog-200820003 (dump_variable): Do not dump subvars.
H A DChangeLog-201216078 (dump_variable): Adjust.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.h25 extern void dump_variable (FILE *, tree);
H A Dtree-dfa.c120 dump_variable (FILE *file, tree var) in dump_variable() function
174 dump_variable (stderr, var); in debug_variable()
H A Dtree-ssa-alias.c507 dump_variable (file, var); in dump_alias_info()