Home
last modified time | relevance | path

Searched refs:bb_size (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgcse.cc2890 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/usr.sbin/installboot/arch/
Dvax.c259 printf("Bootstrap sector count: %u\n", le32toh(bb->bb_size)); in vax_setboot()
/netbsd/src/sys/sys/
Dbootblock.h1440 uint32_t bb_size; /* size in blocks of bootstrap */ member