Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Difcvt.c353 basic_block test_bb = ce_info->test_bb; /* last test block */ local
378 ce_info->test_bb = test_bb = ce_info->last_test_bb;
386 test_expr = cond_exec_get_condition (test_bb->end);
392 if (! onlyjump_p (test_bb->end))
419 false_code = reversed_comparison_code (true_expr, test_bb->end);
436 true_prob_val = find_reg_note (test_bb->end, REG_BR_PROB, NULL_RTX);
449 basic_block bb = test_bb;
574 basic_block test_bb; member
1555 insn != if_info->test_bb->head;
1723 basic_block test_bb = ce_info->test_bb; /* test block */ local
[all …]
H A Dbasic-block.h536 basic_block test_bb; /* First test block. */ member
H A DChangeLog.59643 * ifcvt.c (struct noce_if_info): Add test_bb.
H A DChangeLog.34254 test_bb if a or b uses x.
/openbsd-src/gnu/gcc/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()
410 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
416 if (! onlyjump_p (BB_END (test_bb))) in cond_exec_process_if_block()
443 false_code = reversed_comparison_code (true_expr, BB_END (test_bb)); in cond_exec_process_if_block()
460 true_prob_val = find_reg_note (BB_END (test_bb), REG_BR_PROB, NULL_RTX); in cond_exec_process_if_block()
473 basic_block bb = test_bb; in cond_exec_process_if_block()
599 basic_block test_bb; member
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()
[all …]
H A Dbasic-block.h529 basic_block test_bb; /* First test block. */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c6598 basic_block test_bb = ce_info->test_bb; /* test basic block */ local
6689 while (multiple_test_bb != test_bb)
6916 frv_ifcvt_add_insn (check_insn, test_bb->end, TRUE);
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv.c5245 basic_block test_bb = ce_info->test_bb; /* test basic block */ in frv_ifcvt_modify_tests() local
5339 while (multiple_test_bb != test_bb) in frv_ifcvt_modify_tests()
5566 frv_ifcvt_add_insn (check_insn, BB_END (test_bb), TRUE); in frv_ifcvt_modify_tests()