Lines Matching defs:ce_if_block
26 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. */
32 basic_block last_test_bb; /* Last bb to hold && or || tests. */
33 int num_multiple_test_blocks; /* # of && and || basic blocks. */
34 int num_and_and_blocks; /* # of && blocks. */
35 int num_or_or_blocks; /* # of || blocks. */
36 int num_multiple_test_insns; /* # of insns in && and || 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. */
40 int pass; /* Pass number. */