#include <df.h>

Data Fields | |
| bitmap | rd_kill |
| bitmap | rd_gen |
| bitmap | rd_in |
| bitmap | rd_out |
| bitmap | ru_kill |
| bitmap | ru_gen |
| bitmap | ru_in |
| bitmap | ru_out |
| bitmap | lr_def |
| bitmap | lr_use |
| bitmap | lr_in |
| bitmap | lr_out |
| int | rd_valid |
| int | ru_valid |
| int | lr_valid |
| struct adj_list * | succ |
| struct adj_list * | pred |
| gcov_type | succ_count |
| gcov_type | pred_count |
| gcov_type | exec_count |
| unsigned int | count_valid: 1 |
| unsigned int | on_tree: 1 |
| struct seginfo * | seginfo |
| int | computing |
| int | rts_number |
| bitmap | earlyclobber |
| bitmap | killed |
| bitmap | avloc |
| bitmap | live_pavin |
| bitmap | live_pavout |
Definition at line 104 of file df.h.
Definition at line 107 of file df.h.
Referenced by df_bb_rd_local_compute(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 108 of file df.h.
Referenced by add_deps_for_use(), build_inter_loop_deps(), df_bb_rd_local_compute(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 109 of file df.h.
Referenced by df_bb_ud_chain_create(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 110 of file df.h.
Referenced by df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 112 of file df.h.
Referenced by build_inter_loop_deps(), df_bb_ru_local_compute(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 113 of file df.h.
Referenced by add_deps_for_def(), df_bb_ru_local_compute(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 114 of file df.h.
Referenced by df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 115 of file df.h.
Referenced by df_bb_du_chain_create(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 117 of file df.h.
Referenced by df_bb_lr_local_compute(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 118 of file df.h.
Referenced by df_bb_lr_local_compute(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 119 of file df.h.
Referenced by df_bb_reg_live_end_p(), df_bb_reg_live_start_p(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 120 of file df.h.
Referenced by df_bb_reg_info_compute(), df_bb_reg_live_end_p(), df_bitmaps_alloc(), df_bitmaps_free(), and df_dump().
Definition at line 121 of file df.h.
Referenced by df_bb_rd_local_compute(), and df_bitmaps_alloc().
Definition at line 122 of file df.h.
Referenced by df_bb_ru_local_compute(), and df_bitmaps_alloc().
Definition at line 123 of file df.h.
Referenced by df_bb_lr_local_compute(), and df_bitmaps_alloc().
struct adj_list * bb_info::succ [read] |
Definition at line 128 of file gcov.c.
Referenced by calculate_reg_pav(), create_program_flow_graph(), init_arc(), and solve_program_flow_graph().
struct adj_list * bb_info::pred [read] |
Definition at line 129 of file gcov.c.
Referenced by calculate_reg_pav(), init_arc(), and solve_program_flow_graph().
Definition at line 130 of file gcov.c.
Referenced by compute_branch_probabilities(), create_program_flow_graph(), init_arc(), and solve_program_flow_graph().
Definition at line 131 of file gcov.c.
Referenced by compute_branch_probabilities(), create_program_flow_graph(), init_arc(), and solve_program_flow_graph().
Definition at line 132 of file gcov.c.
Referenced by init_line_info(), and solve_program_flow_graph().
| unsigned int bb_info::count_valid |
Definition at line 133 of file gcov.c.
Referenced by compute_branch_probabilities(), and solve_program_flow_graph().
| unsigned int bb_info::on_tree |
struct seginfo * bb_info::seginfo [read] |
Definition at line 2015 of file global.c.
Referenced by allocate_bb_info(), free_bb_info(), mark_reg_use_for_earlyclobber(), and modify_reg_pav().
Definition at line 2018 of file global.c.
Referenced by allocate_bb_info(), calculate_reg_pav(), free_bb_info(), mark_reg_change(), and mark_reg_use_for_earlyclobber().
Definition at line 2018 of file global.c.
Referenced by allocate_bb_info(), calculate_reg_pav(), free_bb_info(), mark_reg_change(), and mark_reg_use_for_earlyclobber().
Definition at line 2022 of file global.c.
Referenced by allocate_bb_info(), calculate_reg_pav(), free_bb_info(), make_accurate_live_analysis(), and modify_reg_pav().
Definition at line 2022 of file global.c.
Referenced by allocate_bb_info(), calculate_reg_pav(), free_bb_info(), and make_accurate_live_analysis().
1.5.6