Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDflow.c247 regset cond_local_set; member
1291 regset cond_local_set; in calculate_global_regs_live() local
1301 cond_local_set = cond_local_sets[bb->index]; in calculate_global_regs_live()
1302 rescan = bitmap_intersect_p (new_live_at_end, cond_local_set); in calculate_global_regs_live()
1975 regset cond_local_set, int flags) in init_propagate_block_info() argument
1984 pbi->cond_local_set = cond_local_set; in init_propagate_block_info()
2187 regset cond_local_set, int flags) in propagate_block() argument
2193 pbi = init_propagate_block_info (bb, live, local_set, cond_local_set, flags); in propagate_block()
2239 CLEAR_REGNO_REG_SET (pbi->cond_local_set, regno); in propagate_block()
2870 CLEAR_REGNO_REG_SET (pbi->cond_local_set, i); in mark_set_1()
[all …]
HDChangeLog-20002555 * flow.c (entry_exit_blocks): Add entry for cond_local_set.
2556 (struct propagate_block_info): Add new member cond_local_set.
2557 (propagate_block): Accept new arg cond_local_set. All callers
2560 (calculate_global_regs_live): Allocate & free cond_local_set. Always
2561 rescan if there's overlap between cond_local_set and new_live_at_end.
2562 (mark_set_1): Set bits either in cond_local_set or local_set, as
2564 * basic-block.h (struct basic_block_def): New field cond_local_set.
HDChangeLog-20045613 (struct basic_block_def): Remove local_set and cond_local_set
5617 bb->local_set and bb->cond_local_set. Use xmalloc instead of