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

/freebsd-9.3-release/contrib/gcc/
H A Difcvt.c401 if (else_bb || ! ce_info->and_and_p)
510 if (ce_info->and_and_p)
2070 if (ce_info->else_bb || !ce_info->and_and_p)
2974 ce_info->and_and_p = TRUE;
2979 ce_info->and_and_p = FALSE;
3010 if (ce_info->and_and_p)
3119 (ce_info->and_and_p) ? "&&" : "||",
H A Dbasic-block.h539 int and_and_p; /* Complex test is &&. */
538 int and_and_p; /* Complex test is &&. */ member in struct:ce_if_block

Completed in 108 milliseconds