Searched refs:cond_rtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c2295 rtx cond_rtx, then_rtx, else_rtx;
2300 cond_rtx = XEXP (SET_SRC (set), 0);
2306 cond_rtx = SET_SRC (set);
2311 switch (GET_CODE (cond_rtx))
2325 if (XEXP (cond_rtx, 0) != cc0_rtx)
2327 result = alter_cond (cond_rtx);
2286 rtx cond_rtx, then_rtx, else_rtx; local

Completed in 77 milliseconds