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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unswitch.c268 rtx cond, rcond = NULL_RTX, conds, rconds, acond, cinsn; local
341 rcond = reversed_condition (cond);
342 if (rcond)
343 rcond = canon_condition (rcond);
370 if (rcond)
371 rconds = alloc_EXPR_LIST (0, rcond, cond_checked);
387 if (rcond)
H A Dfold-const.c13180 tree rcond = fold_relational_const (code, type,
13187 return fold_build2 (TRUTH_ANDIF_EXPR, type, rcond, icond);
13189 return fold_build2 (TRUTH_ORIF_EXPR, type, rcond, icond);
13145 tree rcond = fold_relational_const (code, type, local

Completed in 67 milliseconds