Searched refs:bb_size (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcse.c | 2908 int *bb_size, enum reg_class pressure_class, in should_hoist_expr_to_dom() argument 2938 distance += bb_size[bb->index]; in should_hoist_expr_to_dom() 2954 distance -= bb_size[bb->index]; in should_hoist_expr_to_dom() 2957 distance -= bb_size[bb->index]; in should_hoist_expr_to_dom() 2989 visited, distance, bb_size, in should_hoist_expr_to_dom() 3079 int *bb_size; in hoist_code() local 3101 bb_size = XCNEWVEC (int, last_basic_block_for_fn (cfun)); in hoist_code() 3117 bb_size[bb->index] = to_head; in hoist_code() 3210 max_distance += (bb_size[dominated->index] in hoist_code() 3222 max_distance, bb_size, in hoist_code() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcse.cc | 2890 int *bb_size, enum reg_class pressure_class, in should_hoist_expr_to_dom() argument 2920 distance += bb_size[bb->index]; in should_hoist_expr_to_dom() 2936 distance -= bb_size[bb->index]; in should_hoist_expr_to_dom() 2939 distance -= bb_size[bb->index]; in should_hoist_expr_to_dom() 2971 visited, distance, bb_size, in should_hoist_expr_to_dom() 3059 int *bb_size; in hoist_code() local 3081 bb_size = XCNEWVEC (int, last_basic_block_for_fn (cfun)); in hoist_code() 3097 bb_size[bb->index] = to_head; in hoist_code() 3191 max_distance += (bb_size[dominated->index] in hoist_code() 3203 max_distance, bb_size, in hoist_code() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| H A D | cmd_parser.c | 1740 unsigned long *bb_size, in find_bb_size() argument 1752 *bb_size = 0; in find_bb_size() 1791 *bb_end_cmd_offset = *bb_size; in find_bb_size() 1794 *bb_size += cmd_len; in find_bb_size() 1829 unsigned long bb_size; in perform_bb_shadow() local 1841 ret = find_bb_size(s, &bb_size, &bb_end_cmd_offset); in perform_bb_shadow() 1866 round_up(bb_size + start_offset, in perform_bb_shadow() 1889 gma, gma + bb_size, in perform_bb_shadow()
|
| /netbsd-src/usr.sbin/installboot/arch/ |
| H A D | vax.c | 259 printf("Bootstrap sector count: %u\n", le32toh(bb->bb_size)); in vax_setboot()
|
| /netbsd-src/sys/sys/ |
| H A D | bootblock.h | 1429 uint32_t bb_size; /* size in blocks of bootstrap */ member
|