Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinternals.h88 auto_bitmap tmp_ebb_live_in_for_debug; variable
H A Dblocks.cc760 gcc_checking_assert (bitmap_empty_p (bi.tmp_ebb_live_in_for_debug)); in calculate_ebb_live_in_for_debug()
761 bi.ebb_live_in_for_debug = bi.tmp_ebb_live_in_for_debug; in calculate_ebb_live_in_for_debug()
1059 bitmap_clear (bi.tmp_ebb_live_in_for_debug); in start_block()
1060 bitmap_list_view (bi.tmp_ebb_live_in_for_debug); in start_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202132316 (function_info::build_info::tmp_ebb_live_in_for_debug): New variable.