Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.h87 bool then_else_reversed; member
H A Difcvt.c838 if (if_info->then_else_reversed) in noce_emit_store_flag()
2321 if (if_info->then_else_reversed) in noce_get_alt_condition()
2919 noce_get_condition (rtx_insn *jump, rtx_insn **earliest, bool then_else_reversed) in noce_get_condition() argument
2937 if (then_else_reversed) in noce_get_condition()
3182 if (if_info->then_else_reversed) in noce_convert_multiple_sets()
3952 bool then_else_reversed = false; in noce_find_if_block() local
3996 then_else_reversed = true; in noce_find_if_block()
4031 cond = noce_get_condition (jump, &cond_earliest, then_else_reversed); in noce_find_if_block()
4048 !then_else_reversed); in noce_find_if_block()
4053 if_info.then_else_reversed = then_else_reversed; in noce_find_if_block()
/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c762 bool then_else_reversed; member
806 if (if_info->then_else_reversed) in noce_emit_store_flag()
1719 if (if_info->then_else_reversed) in noce_get_alt_condition()
2274 noce_get_condition (rtx jump, rtx *earliest, bool then_else_reversed) in noce_get_condition() argument
2292 if (then_else_reversed) in noce_get_condition()
2981 bool then_else_reversed = false; in noce_find_if_block() local
3023 then_else_reversed = true; in noce_find_if_block()
3058 cond = noce_get_condition (jump, &cond_earliest, then_else_reversed); in noce_find_if_block()
3075 if_info.then_else_reversed = then_else_reversed; in noce_find_if_block()