Searched refs:nr_regions (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sched-rgn.cc | 88 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 …]
|
| D | sel-sched-ir.cc | 5156 (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 …]
|
| D | sched-int.h | 1456 extern int nr_regions;
|
| D | sel-sched.cc | 7719 for (rgn = 0; rgn < nr_regions; rgn++) in run_selective_scheduling()
|
| D | ChangeLog-2008 | 7643 (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,
|
| D | ChangeLog-2000 | 1707 OUT_EDGES, edgelst, struct region, nr_regions, rgn_table,
|
| /netbsd/src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| D | functions.c | 59 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/ |
| D | mirror.c | 200 uint64_t nr_regions; in _write_log_header() member 205 log_header.nr_regions = xlate64((uint64_t)-1); in _write_log_header()
|