Searched refs:alloc_aux_for_blocks (Results 1 – 25 of 26) sorted by relevance
12
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfg.h | 102 extern void alloc_aux_for_blocks (int);
|
H A D | cfg.c | 597 alloc_aux_for_blocks (int size) in alloc_aux_for_blocks() function
|
H A D | sanopt.c | 901 alloc_aux_for_blocks (sizeof (sanopt_info)); in sanopt_optimize()
|
H A D | tree-ssa-tail-merge.c | 783 alloc_aux_for_blocks (sizeof (struct aux_bb_info)); in init_worklist()
|
H A D | profile.c | 419 alloc_aux_for_blocks (sizeof (struct bb_profile_info)); in compute_branch_probabilities()
|
H A D | reg-stack.c | 3355 alloc_aux_for_blocks (sizeof (struct block_info_def)); in reg_to_stack()
|
H A D | gcse.c | 3536 alloc_aux_for_blocks (sizeof (struct bb_data)); in one_code_hoisting_pass()
|
H A D | tree-ssa-pre.c | 4150 alloc_aux_for_blocks (sizeof (struct bb_bitmap_sets)); in init_pre()
|
H A D | predict.c | 3855 alloc_aux_for_blocks (sizeof (block_info)); in estimate_bb_frequencies()
|
H A D | var-tracking.c | 10011 alloc_aux_for_blocks (sizeof (variable_tracking_info)); in vt_initialize()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfg.h | 102 extern void alloc_aux_for_blocks (int);
|
H A D | cfg.cc | 615 alloc_aux_for_blocks (int size) in alloc_aux_for_blocks() function
|
H A D | sanopt.cc | 904 alloc_aux_for_blocks (sizeof (sanopt_info)); in sanopt_optimize()
|
H A D | tree-ssa-tail-merge.cc | 783 alloc_aux_for_blocks (sizeof (struct aux_bb_info)); in init_worklist()
|
H A D | profile.cc | 445 alloc_aux_for_blocks (sizeof (struct bb_profile_info)); in compute_branch_probabilities()
|
H A D | gcse.cc | 3515 alloc_aux_for_blocks (sizeof (struct bb_data)); in one_code_hoisting_pass()
|
H A D | reg-stack.cc | 3366 alloc_aux_for_blocks (sizeof (struct block_info_def)); in reg_to_stack()
|
H A D | tree-ssa-pre.cc | 4301 alloc_aux_for_blocks (sizeof (struct bb_bitmap_sets)); in init_pre()
|
H A D | predict.cc | 3914 alloc_aux_for_blocks (sizeof (block_info)); in estimate_bb_frequencies()
|
H A D | var-tracking.cc | 10042 alloc_aux_for_blocks (sizeof (variable_tracking_info)); in vt_initialize()
|
H A D | ChangeLog.tree-ssa | 9086 create_blocks_annotations instead of alloc_aux_for_blocks, 12374 (build_tree_cfg): Call alloc_aux_for_blocks instead of
|
H A D | ChangeLog-2001 | 9971 * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks, 9976 * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks, 9999 (reroder_basic_block): Use alloc_aux_for_blocks.
|
H A D | ChangeLog-2002 | 20201 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges): 21637 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges,
|
H A D | ChangeLog-2010 | 18236 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks. 18257 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
|
H A D | ChangeLog-2013 | 2621 * cfg.c (alloc_aux_for_blocks, clear_aux_for_blocks): Replace
|
12