Searched defs:test_bb (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ifcvt.c | 353 basic_block test_bb = ce_info->test_bb; /* last test block */ local 574 basic_block test_bb; member 1723 basic_block test_bb = ce_info->test_bb; /* test block */ local 2008 basic_block test_bb = ce_info->test_bb; /* last test block */ local 2144 find_if_header (test_bb, pass) in find_if_header() argument 2290 basic_block test_bb = ce_info->test_bb; local 2507 find_cond_trap (test_bb, then_edge, else_edge) in find_cond_trap() argument 2710 find_if_case_1 (test_bb, then_edge, else_edge) in find_if_case_1() argument 2784 find_if_case_2 (test_bb, then_edge, else_edge) in find_if_case_2() argument 2874 dead_or_predicable (test_bb, merge_bb, other_bb, new_dest, reversep) in dead_or_predicable() argument
|
H A D | basic-block.h | 536 basic_block test_bb; /* First test block. */ member
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ifcvt.c | 377 basic_block test_bb = ce_info->test_bb; /* last test block */ in cond_exec_process_if_block() local 599 basic_block test_bb; member 2060 basic_block test_bb = ce_info->test_bb; in noce_init_if_info() local 2174 basic_block test_bb = ce_info->test_bb; /* test block */ in noce_process_if_block() local 2681 basic_block test_bb = ce_info->test_bb; /* last test block */ in merge_if_block() local 2798 find_if_header (basic_block test_bb, int pass) in find_if_header() 2944 basic_block test_bb = ce_info->test_bb; in find_if_block() local 3154 find_cond_trap (basic_block test_bb, edge then_edge, edge else_edge) in find_cond_trap() 3352 find_if_case_1 (basic_block test_bb, edge then_edge, edge else_edge) in find_if_case_1() 3457 find_if_case_2 (basic_block test_bb, edge then_edge, edge else_edge) in find_if_case_2() [all …]
|
H A D | basic-block.h | 529 basic_block test_bb; /* First test block. */ member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv.c | 6598 basic_block test_bb = ce_info->test_bb; /* test basic block */ local
|
/openbsd-src/gnu/gcc/gcc/config/frv/ |
H A D | frv.c | 5245 basic_block test_bb = ce_info->test_bb; /* test basic block */ in frv_ifcvt_modify_tests() local
|