Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDdbxout.c3742 if (BLOCK_IN_COLD_SECTION_P (block) || children) in dbx_block_with_cold_children()
3804 && BLOCK_IN_COLD_SECTION_P (block) == in_cold_section_p) in dbxout_block()
3832 && BLOCK_IN_COLD_SECTION_P (block) == in_cold_section_p) in dbxout_block()
HDfinal.c2408 BLOCK_IN_COLD_SECTION_P (NOTE_BLOCK (insn)) = in_cold_section_p; in final_scan_insn_1()
2443 gcc_assert (BLOCK_IN_COLD_SECTION_P (NOTE_BLOCK (insn)) in final_scan_insn_1()
HDtree.h1813 #define BLOCK_IN_COLD_SECTION_P(NODE) \ macro
HDdwarf2out.c24142 bool prev_in_cold = BLOCK_IN_COLD_SECTION_P (stmt); in add_high_low_attributes()
24146 add_ranges (chain, prev_in_cold != BLOCK_IN_COLD_SECTION_P (chain)); in add_high_low_attributes()
24147 prev_in_cold = BLOCK_IN_COLD_SECTION_P (chain); in add_high_low_attributes()