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

/freebsd-11.0-release/contrib/gcc/
H A Dgenattrtab.c4441 rtx code_exp, lats_exp, byps_exp;
4467 byps_exp = make_numeric_value (0);
4472 byps_exp = rtx_alloc (COND);
4473 XVEC (byps_exp, 0) = rtvec_alloc (n_bypasses * 2);
4474 XEXP (byps_exp, 1) = make_numeric_value (0);
4480 XVECEXP (byps_exp, 0, i) = decl->condexp;
4481 XVECEXP (byps_exp, 0, i+1) = make_numeric_value (1);
4488 make_internal_attr ("*bypass_p", byps_exp, ATTR_NONE);
4440 rtx code_exp, lats_exp, byps_exp; local

Completed in 45 milliseconds