Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreg-stack.c253 static int swap_rtx_condition_1 PARAMS ((rtx));
1206 swap_rtx_condition_1 (pat) in swap_rtx_condition_1() function
1227 r |= swap_rtx_condition_1 (XVECEXP (pat, i, j));
1230 r |= swap_rtx_condition_1 (XEXP (pat, i));
1293 if (swap_rtx_condition_1 (pat))
1309 swap_rtx_condition_1 (pat);
/openbsd/src/gnu/gcc/gcc/
Dreg-stack.c264 static int swap_rtx_condition_1 (rtx);
1114 swap_rtx_condition_1 (rtx pat) in swap_rtx_condition_1() function
1134 r |= swap_rtx_condition_1 (XVECEXP (pat, i, j)); in swap_rtx_condition_1()
1137 r |= swap_rtx_condition_1 (XEXP (pat, i)); in swap_rtx_condition_1()
1203 if (swap_rtx_condition_1 (pat)) in swap_rtx_condition()
1219 swap_rtx_condition_1 (pat); in swap_rtx_condition()