Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-threadupdate.cc790 ssa_local_info_t *local_info, in compute_path_counts() argument
899 && !bitmap_bit_p (local_info->duplicate_blocks, in compute_path_counts()
924 if (local_info->need_profile_correction in compute_path_counts()
1039 ssa_local_info_t *local_info) in ssa_fix_duplicate_block_edges() argument
1054 bool has_joiner = compute_path_counts (rd, local_info, in ssa_fix_duplicate_block_edges()
1075 update_destination_phis (local_info->bb, rd->dup_blocks[count], in ssa_fix_duplicate_block_edges()
1183 ssa_local_info_t *local_info) in ssa_create_duplicates() argument
1203 &local_info->duplicate_blocks); in ssa_create_duplicates()
1210 if (local_info->template_block == NULL) in ssa_create_duplicates()
1213 &local_info->duplicate_blocks); in ssa_create_duplicates()
[all …]
Dcgraph.cc639 thunk_info local_info; in create_thunk() local
641 i = &local_info; in create_thunk()
DChangeLog-201214205 (struct local_info): Rename to ssa_local_info_t to avoid overloading
14206 the type name local_info with the variable name local_info.
DChangeLog-20091660 local_info variable.
DChangeLog-200530098 (struct local_info): New field, JUMP_THREADED.
DChangeLog-20197783 * cgraph.c (cgraph_node::local_info): Transform to ...
DChangeLog-20137514 (local_info): Explain why we don't create a template for the
DChangeLog-201540207 * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
DChangeLog-20044406 (struct local_info): New.
DChangeLog-201425349 (static cgraph_local_info *local_info (tree decl)):