Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c10455 frag_flags prop_flags; in section_has_xproperty() local
10534 if (prop_flags->is_literal in xtensa_frag_flags_is_empty()
10535 || prop_flags->is_insn in xtensa_frag_flags_is_empty()
10536 || prop_flags->is_data in xtensa_frag_flags_is_empty()
10560 prop_flags->is_insn = TRUE; in get_frag_property_flags()
10578 prop_flags->is_data = TRUE; in get_frag_property_flags()
10587 if (prop_flags->is_literal) in frag_flags_to_number()
10589 if (prop_flags->is_insn) in frag_flags_to_number()
10591 if (prop_flags->is_data) in frag_flags_to_number()
10593 if (prop_flags->is_unreachable) in frag_flags_to_number()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dflow.c570 int prop_flags) in update_life_info() argument
574 int stabilized_prop_flags = prop_flags; in update_life_info()
580 if ((prop_flags & PROP_REG_INFO) && !reg_deaths) in update_life_info()
588 gcc_assert (!(prop_flags & PROP_ALLOW_CFG_CHANGES) in update_life_info()
599 prop_flags & (PROP_SCAN_DEAD_CODE in update_life_info()
613 prop_flags & (PROP_SCAN_DEAD_CODE in update_life_info()
648 prop_flags & PROP_POST_REGSTACK ? -1 : 1); in update_life_info()
656 if (prop_flags & PROP_DEATH_NOTES) in update_life_info()
658 prop_flags & PROP_POST_REGSTACK ? -1 : 1); in update_life_info()
663 if (prop_flags & PROP_LOG_LINKS) in update_life_info()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dflow.c622 update_life_info (blocks, extent, prop_flags) in update_life_info() argument
625 int prop_flags;
630 int stabilized_prop_flags = prop_flags;
641 if ((prop_flags & PROP_ALLOW_CFG_CHANGES)
653 prop_flags & (PROP_SCAN_DEAD_CODE
657 if ((prop_flags & (PROP_KILL_DEAD_CODE | PROP_ALLOW_CFG_CHANGES))
667 prop_flags & (PROP_SCAN_DEAD_CODE
696 if (prop_flags & PROP_LOG_LINKS)
727 if (prop_flags & PROP_REG_INFO)
765 update_life_info_in_dirty_blocks (extent, prop_flags) in update_life_info_in_dirty_blocks() argument
[all …]
H A DChangeLog.512880 (update_life_info): Don't add it to prop_flags.
H A DChangeLog.497 (update_life_info): Add it to prop_flags.