Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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. */
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. */
[all …]
/netbsd-src/external/gpl3/gcc/dist/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. */
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. */
[all …]