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

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c3192 rtx bounds_rtl; local
3219 bounds_rtl = DECL_BOUNDS_RTL (DECL_RESULT (current_function_decl));
3220 if (bounds_rtl)
3228 targetm.calls.store_returned_bounds (bounds_rtl, bnd);
3230 else if (REG_P (bounds_rtl))
3241 targetm.calls.store_returned_bounds (bounds_rtl, bnd);
3247 gcc_assert (GET_CODE (bounds_rtl) == PARALLEL);
3257 for (n = 0; n < XVECLEN (bounds_rtl, 0); n++)
3259 rtx slot = XEXP (XVECEXP (bounds_rtl, 0, n), 0);
3262 rtx offs = XEXP (XVECEXP (bounds_rtl,
[all...]

Completed in 77 milliseconds