Home
last modified time | relevance | path

Searched refs:test_bb (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Difcvt.c377 basic_block test_bb = ce_info->test_bb; /* last test block */ in cond_exec_process_if_block() local
402 ce_info->test_bb = test_bb = ce_info->last_test_bb; in cond_exec_process_if_block()
2060 basic_block test_bb = ce_info->test_bb; in noce_init_if_info() local
2070 ce_info->test_bb = test_bb = ce_info->last_test_bb; in noce_init_if_info()
2091 if_info->test_bb = test_bb; in noce_init_if_info()
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
2835 ce_info.test_bb = test_bb; in find_if_header()
2944 basic_block test_bb = ce_info->test_bb; in find_if_block() local
2990 ce_info->test_bb = test_bb = bb; in find_if_block()
[all …]
H A Dbasic-block.h529 basic_block test_bb; /* First test block. */ member
H A DChangeLog-200128850 * ifcvt.c (struct noce_if_info): Add test_bb.
H A DChangeLog-200019520 test_bb if a or b uses x.
H A DChangeLog-200526726 test_bb to condition.