Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dflow.c1049 regset *local_sets; in calculate_global_regs_live() local
1086 local_sets = XCNEWVEC (bitmap, last_basic_block); in calculate_global_regs_live()
1274 if (local_sets[bb->index] == NULL) in calculate_global_regs_live()
1317 local_set = local_sets[bb->index]; in calculate_global_regs_live()
1346 local_sets[bb->index], in calculate_global_regs_live()
1393 if (local_sets[pbb->index]) in calculate_global_regs_live()
1395 FREE_REG_SET (local_sets[pbb->index]); in calculate_global_regs_live()
1397 local_sets[pbb->index] = 0; in calculate_global_regs_live()
1446 FREE_REG_SET (local_sets[bb->index]); in calculate_global_regs_live()
1454 FREE_REG_SET (local_sets[bb->index]); in calculate_global_regs_live()
[all …]