Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c428 basic_block test_bb = ce_info->test_bb; /* last test block */ in cond_exec_process_if_block() local
457 ce_info->test_bb = test_bb = ce_info->last_test_bb; in cond_exec_process_if_block()
2438 basic_block test_bb = if_info->test_bb; /* test block */ in noce_process_if_block() local
2845 basic_block test_bb = if_info->test_bb; in cond_move_process_if_block() local
3068 if_info.test_bb = test_bb; in noce_find_if_block()
3097 basic_block test_bb = ce_info->test_bb; /* last test block */ in merge_if_block() local
3251 ce_info.test_bb = test_bb; in find_if_header()
3370 basic_block test_bb = ce_info->test_bb; in cond_exec_find_if_block() local
3419 ce_info->test_bb = test_bb = bb; in cond_exec_find_if_block()
3529 BB_HEAD (test_bb) ? (int)INSN_UID (BB_HEAD (test_bb)) : -1, in cond_exec_find_if_block()
[all …]
H A Dtrans-mem.c2683 basic_block test_bb; in expand_transaction() local
2685 test_bb = create_empty_bb (slice_bb); in expand_transaction()
2687 region->entry_block = test_bb; in expand_transaction()
2688 gsi = gsi_last_bb (test_bb); in expand_transaction()
2700 redirect_edge_pred (e, test_bb); in expand_transaction()
2705 redirect_edge_pred (e, test_bb); in expand_transaction()
2709 e = make_edge (slice_bb, test_bb, EDGE_FALLTHRU); in expand_transaction()
H A Dbasic-block.h479 basic_block test_bb; /* First test block. */ member
/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.c463 basic_block test_bb = ce_info->test_bb; /* last test block */ in cond_exec_process_if_block() local
493 ce_info->test_bb = test_bb = ce_info->last_test_bb; in cond_exec_process_if_block()
2999 if (!test_bb) in bb_valid_for_noce_process_p()
3124 basic_block test_bb = if_info->test_bb; in noce_convert_multiple_sets() local
3368 basic_block test_bb = if_info->test_bb; /* test block */ in noce_process_if_block() local
3819 basic_block test_bb = if_info->test_bb; in cond_move_process_if_block() local
4041 if_info.test_bb = test_bb; in noce_find_if_block()
4083 basic_block test_bb = ce_info->test_bb; /* last test block */ in merge_if_block() local
4262 ce_info.test_bb = test_bb; in find_if_header()
4381 basic_block test_bb = ce_info->test_bb; in cond_exec_find_if_block() local
[all …]
H A Difcvt.h28 basic_block test_bb; /* First test block. */ member
52 basic_block test_bb, then_bb, else_bb, join_bb; member
H A Dtrans-mem.c2910 basic_block code_bb = create_empty_bb (test_bb); in expand_transaction()
2916 region->restart_block = test_bb; in expand_transaction()
2952 region->restart_block = test_bb; in expand_transaction()
2965 test_bb->count = transaction_bb->count; in expand_transaction()
2970 redirect_edge_pred (fallthru_edge, test_bb); in expand_transaction()
2975 redirect_edge_pred (abort_edge, test_bb); in expand_transaction()
2979 transaction_bb = test_bb; in expand_transaction()
2988 region->restart_block = test_bb; in expand_transaction()
3005 test_bb->count = fallthru_edge->count (); in expand_transaction()
3012 redirect_edge_pred (inst_edge, test_bb); in expand_transaction()
[all …]
H A Dtree-switch-conversion.c2452 basic_block test_bb = split_edge (single_succ_edge (bb)); in emit_case_nodes() local
2453 redirect_edge_succ (single_pred_edge (test_bb), in emit_case_nodes()
2465 test_bb, probability, phi_mapping, in emit_case_nodes()
2481 bb = emit_case_nodes (test_bb, index, node->right, default_bb, in emit_case_nodes()
2574 basic_block test_bb = NULL; in emit_case_nodes() local
2592 test_bb = split_edge (single_succ_edge (bb)); in emit_case_nodes()
2593 redirect_edge_succ (single_pred_edge (test_bb), in emit_case_nodes()
2601 test_bb, probability, phi_mapping, in emit_case_nodes()
2620 if (test_bb) in emit_case_nodes()
2627 bb = emit_case_nodes (test_bb, index, node->right, default_bb, in emit_case_nodes()
H A Dtree-ssa-reassoc.c3668 suitable_cond_bb (basic_block bb, basic_block test_bb, basic_block *other_bb, in suitable_cond_bb() argument
3678 if (test_bb == bb) in suitable_cond_bb()
3701 if (e->dest == test_bb) in suitable_cond_bb()
3712 FOR_EACH_EDGE (e2, ei2, test_bb->succs) in suitable_cond_bb()
3733 e2 = find_edge (test_bb, *other_bb); in suitable_cond_bb()
3758 gimple *test_last = last_stmt (test_bb); in suitable_cond_bb()