Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c521 static bitmap code_motion_visited_blocks = NULL; variable
3262 bitmap_clear (code_motion_visited_blocks); in find_used_regs()
4632 if (bitmap_clear_bit (code_motion_visited_blocks, new_bb->index)) in create_block_for_bookkeeping()
4633 bitmap_set_bit (code_motion_visited_blocks, succ->index); in create_block_for_bookkeeping()
6461 if (bitmap_bit_p (code_motion_visited_blocks, bb->index)) in code_motion_path_driver()
6667 bitmap_set_bit (code_motion_visited_blocks, BLOCK_FOR_INSN (insn)->index); in code_motion_path_driver()
6698 bitmap_clear (code_motion_visited_blocks); in move_op()
6943 code_motion_visited_blocks = BITMAP_ALLOC (NULL); in sel_region_init()
7254 BITMAP_FREE (code_motion_visited_blocks); in sel_region_finish()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc521 static bitmap code_motion_visited_blocks = NULL; variable
3262 bitmap_clear (code_motion_visited_blocks); in find_used_regs()
4632 if (bitmap_clear_bit (code_motion_visited_blocks, new_bb->index)) in create_block_for_bookkeeping()
4633 bitmap_set_bit (code_motion_visited_blocks, succ->index); in create_block_for_bookkeeping()
6461 if (bitmap_bit_p (code_motion_visited_blocks, bb->index)) in code_motion_path_driver()
6667 bitmap_set_bit (code_motion_visited_blocks, BLOCK_FOR_INSN (insn)->index); in code_motion_path_driver()
6698 bitmap_clear (code_motion_visited_blocks); in move_op()
6943 code_motion_visited_blocks = BITMAP_ALLOC (NULL); in sel_region_init()
7254 BITMAP_FREE (code_motion_visited_blocks); in sel_region_finish()