Searched refs:bb_size (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcse.c | 2902 int *bb_size, enum reg_class pressure_class, in should_hoist_expr_to_dom() argument 2932 distance += bb_size[bb->index]; in should_hoist_expr_to_dom() 2948 distance -= bb_size[bb->index]; in should_hoist_expr_to_dom() 2951 distance -= bb_size[bb->index]; in should_hoist_expr_to_dom() 2983 visited, distance, bb_size, in should_hoist_expr_to_dom() 3073 int *bb_size; in hoist_code() local 3095 bb_size = XCNEWVEC (int, last_basic_block_for_fn (cfun)); in hoist_code() 3111 bb_size[bb->index] = to_head; in hoist_code() 3203 max_distance += (bb_size[dominated->index] in hoist_code() 3215 max_distance, bb_size, in hoist_code() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcse.c | 2860 char *visited, int distance, int *bb_size) in hoist_expr_reaches_here_p() argument 2870 distance -= bb_size[bb->index]; in hoist_expr_reaches_here_p() 2903 visited, distance, bb_size)) in hoist_expr_reaches_here_p() 2938 int *bb_size; in hoist_code() local 2954 bb_size = XCNEWVEC (int, last_basic_block); in hoist_code() 2970 bb_size[bb->index] = to_head; in hoist_code() 3060 max_distance += (bb_size[dominated->index] in hoist_code() 3069 max_distance, bb_size)) in hoist_code() 3158 free (bb_size); in hoist_code()
|