Home
last modified time | relevance | path

Searched defs:ce_if_block (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.h26 struct ce_if_block struct
28 basic_block test_bb; /* First test block. */
29 basic_block then_bb; /* THEN block. */
30 basic_block else_bb; /* ELSE block or NULL. */
31 basic_block join_bb; /* Join THEN/ELSE blocks. */
34 int num_and_and_blocks; /* # of && blocks. */
35 int num_or_or_blocks; /* # of || blocks. */
37 int and_and_p; /* Complex test is &&. */
38 int num_then_insns; /* # of insns in THEN block. */
39 int num_else_insns; /* # of insns in ELSE block. */
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbasic-block.h477 typedef struct ce_if_block struct
497 } ce_if_block_t; argument