Searched refs:dump_variable (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-dfa.h | 25 extern void dump_variable (FILE *, tree);
|
H A D | tree-dfa.cc | 121 dump_variable (FILE *file, tree var) in dump_variable() function 175 dump_variable (stderr, var); in debug_variable()
|
H A D | ChangeLog.tree-ssa | 1965 (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 D | tree-ssa-alias.cc | 570 dump_variable (file, var); in dump_alias_info()
|
H A D | ChangeLog-2007 | 1802 (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 D | ChangeLog.tuples | 4452 * tree-dfa.c (dump_variable): Likewise.
|
H A D | ChangeLog-2006 | 1640 * 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 D | ChangeLog-2010 | 24216 * 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 D | ChangeLog-2009 | 11827 (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 D | ChangeLog-2004 | 11706 * 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 D | ChangeLog-2005 | 7212 * 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 D | ChangeLog-2008 | 20003 (dump_variable): Do not dump subvars.
|
H A D | ChangeLog-2012 | 16078 (dump_variable): Adjust.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-dfa.h | 25 extern void dump_variable (FILE *, tree);
|
H A D | tree-dfa.c | 120 dump_variable (FILE *file, tree var) in dump_variable() function 174 dump_variable (stderr, var); in debug_variable()
|
H A D | tree-ssa-alias.c | 507 dump_variable (file, var); in dump_alias_info()
|