Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c2795 void **then_slot, **else_slot; in cond_move_convert_if_block() local
2805 then_slot = pointer_map_contains (then_vals, dest); in cond_move_convert_if_block()
2807 t = then_slot ? (rtx) *then_slot : NULL_RTX; in cond_move_convert_if_block()
2881 void **then_slot = pointer_map_contains (then_vals, reg); in cond_move_process_if_block() local
2884 gcc_checking_assert (then_slot); in cond_move_process_if_block()
2889 rtx then_val = (rtx) *then_slot; in cond_move_process_if_block()
/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.c3779 rtx *then_slot = then_vals->get (dest); in cond_move_convert_if_block() local
3781 t = then_slot ? *then_slot : NULL_RTX; in cond_move_convert_if_block()
3854 rtx *then_slot = then_vals.get (reg); in cond_move_process_if_block() local
3857 gcc_checking_assert (then_slot); in cond_move_process_if_block()
3862 rtx then_val = *then_slot; in cond_move_process_if_block()