Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Demit-rtl.c2716 rtx *last_ptr; in copy_rtx_if_shared_1() local
2791 last_ptr = NULL; in copy_rtx_if_shared_1()
2798 if (last_ptr) in copy_rtx_if_shared_1()
2799 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1()
2800 last_ptr = &XEXP (x, i); in copy_rtx_if_shared_1()
2817 if (last_ptr) in copy_rtx_if_shared_1()
2818 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1()
2819 last_ptr = &XVECEXP (x, i, j); in copy_rtx_if_shared_1()
2826 if (last_ptr) in copy_rtx_if_shared_1()
2828 orig1 = last_ptr; in copy_rtx_if_shared_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Demit-rtl.c3088 rtx *last_ptr; in copy_rtx_if_shared_1() local
3165 last_ptr = NULL; in copy_rtx_if_shared_1()
3172 if (last_ptr) in copy_rtx_if_shared_1()
3173 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1()
3174 last_ptr = &XEXP (x, i); in copy_rtx_if_shared_1()
3191 if (last_ptr) in copy_rtx_if_shared_1()
3192 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1()
3193 last_ptr = &XVECEXP (x, i, j); in copy_rtx_if_shared_1()
3200 if (last_ptr) in copy_rtx_if_shared_1()
3202 orig1 = last_ptr; in copy_rtx_if_shared_1()