Home
last modified time | relevance | path

Searched refs:nr_regions (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsched-rgn.cc88 int nr_regions = 0; variable
374 for (rgn = 0; rgn < nr_regions; rgn++) in debug_regions()
482 nr_regions = 0; in find_single_block_region()
494 RGN_NR_BLOCKS (nr_regions) = 0; in find_single_block_region()
495 RGN_BLOCKS (nr_regions) = i; in find_single_block_region()
496 RGN_DONT_CALC_DEPS (nr_regions) = 0; in find_single_block_region()
497 RGN_HAS_REAL_EBB (nr_regions) = 0; in find_single_block_region()
504 RGN_NR_BLOCKS (nr_regions)++; in find_single_block_region()
505 CONTAINING_RGN (bb->index) = nr_regions; in find_single_block_region()
506 BLOCK_TO_BB (bb->index) = i - RGN_BLOCKS (nr_regions); in find_single_block_region()
[all …]
Dsel-sched-ir.cc5156 (RGN_BLOCKS (nr_regions) - pos) * sizeof (*rgn_bb_table)); in add_block_to_current_region()
5165 for (i = rgn + 1; i <= nr_regions; i++) in add_block_to_current_region()
5187 (RGN_BLOCKS (nr_regions) - pos) * sizeof (*rgn_bb_table)); in remove_bb_from_region()
5190 for (i = rgn + 1; i <= nr_regions; i++) in remove_bb_from_region()
5956 int new_rgn_number = nr_regions; in sel_create_new_region()
5972 nr_regions++; in sel_create_new_region()
6182 cur_rgn_blocks = nr_regions ? RGN_BLOCKS (nr_regions) : 0; in make_regions_from_the_rest()
6232 RGN_NR_BLOCKS (nr_regions) = 1; in make_regions_from_the_rest()
6233 RGN_BLOCKS (nr_regions) = cur_rgn_blocks++; in make_regions_from_the_rest()
6234 RGN_DONT_CALC_DEPS (nr_regions) = 0; in make_regions_from_the_rest()
[all …]
Dsched-int.h1456 extern int nr_regions;
Dsel-sched.cc7719 for (rgn = 0; rgn < nr_regions; rgn++) in run_selective_scheduling()
DChangeLog-20087643 (nr_regions, rgn_table, rgn_bb_table, block_to_bb, containing_rgn,
7664 (nr_regions, rgn_table, rgn_bb_table, block_to_bb, containing_rgn,
DChangeLog-20001707 OUT_EDGES, edgelst, struct region, nr_regions, rgn_table,
/netbsd/src/external/gpl2/lvm2/dist/daemons/cmirrord/
Dfunctions.c59 uint64_t nr_regions; member
260 lc->disk_nr_regions = lh.nr_regions; in read_log()
283 lh.nr_regions = lc->region_count; in write_log()
/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dmirror.c200 uint64_t nr_regions; in _write_log_header() member
205 log_header.nr_regions = xlate64((uint64_t)-1); in _write_log_header()