Searched refs:test_bb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Difcvt.c379 basic_block test_bb = ce_info->test_bb; /* last test block */
404 ce_info->test_bb = test_bb = ce_info->last_test_bb;
412 test_expr = cond_exec_get_condition (BB_END (test_bb));
418 if (! onlyjump_p (BB_END (test_bb)))
445 false_code = reversed_comparison_code (true_expr, BB_END (test_bb));
462 true_prob_val = find_reg_note (BB_END (test_bb), REG_BR_PROB, NULL_RTX);
475 basic_block bb = test_bb;
602 basic_block test_bb;
377 basic_block test_bb = ce_info->test_bb; /* last test block */ local
599 basic_block test_bb; member in struct:noce_if_info
2060 basic_block test_bb = ce_info->test_bb; local
2174 basic_block test_bb = ce_info->test_bb; /* test block */ local
2681 basic_block test_bb = ce_info->test_bb; /* last test block */ local
2798 find_if_header(basic_block test_bb, int pass) argument
2944 basic_block test_bb = ce_info->test_bb; local
3154 find_cond_trap(basic_block test_bb, edge then_edge, edge else_edge) argument
3352 find_if_case_1(basic_block test_bb, edge then_edge, edge else_edge) argument
3457 find_if_case_2(basic_block test_bb, edge then_edge, edge else_edge) argument
3562 dead_or_predicable(basic_block test_bb, basic_block merge_bb, basic_block other_bb, basic_block new_dest, int reversep) argument
[all...]
H A Dbasic-block.h530 basic_block test_bb; /* First test block. */
529 basic_block test_bb; /* First test block. */ member in struct:ce_if_block

Completed in 114 milliseconds