HomeSort by: relevance | last modified time | path
    Searched defs:test_bb (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ifcvt.h 28 basic_block test_bb; /* First test block. */ member in struct:ce_if_block
52 basic_block test_bb, then_bb, else_bb, join_bb; member in struct:noce_if_info
54 /* The jump that ends TEST_BB. */
85 from TEST_BB. For the noce transformations, we allow the symmetric
ifcvt.cc 474 basic_block test_bb = ce_info->test_bb; /* last test block */
504 ce_info->test_bb = test_bb = ce_info->last_test_bb;
512 test_expr = cond_exec_get_condition (BB_END (test_bb));
518 if (! onlyjump_p (BB_END (test_bb)))
612 false_code = reversed_comparison_code (true_expr, BB_END (test_bb));
629 note = find_reg_note (BB_END (test_bb), REG_BR_PROB, NULL_RTX);
645 basic_block bb = test_bb;
2000 /* Currently support only simple single sets in test_bb. *
472 basic_block test_bb = ce_info->test_bb; \/* last test block *\/ local
3476 basic_block test_bb = if_info->test_bb; local
3912 basic_block test_bb = if_info->test_bb; \/* test block *\/ local
4466 basic_block test_bb = if_info->test_bb; local
4732 basic_block test_bb = ce_info->test_bb; \/* last test block *\/ local
5030 basic_block test_bb = ce_info->test_bb; local
    [all...]
trans-mem.cc 2915 basic_block test_bb = create_empty_bb (transaction_bb);
2916 basic_block code_bb = create_empty_bb (test_bb);
2918 add_bb_to_loop (test_bb, transaction_bb->loop_father);
2922 region->restart_block = test_bb;
2927 gimple_stmt_iterator gsi = gsi_last_bb (test_bb);
2936 edge ei = make_edge (transaction_bb, test_bb, EDGE_FALLTHRU);
2937 edge et = make_edge (test_bb, code_bb, EDGE_TRUE_VALUE);
2938 edge ef = make_edge (test_bb, join_bb, EDGE_FALSE_VALUE);
2941 join_bb->count = test_bb->count = transaction_bb->count;
2955 basic_block test_bb = create_empty_bb (transaction_bb)
2908 basic_block test_bb = create_empty_bb (transaction_bb); local
2948 basic_block test_bb = create_empty_bb (transaction_bb); local
2984 basic_block test_bb = create_empty_bb (transaction_bb); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ifcvt.h 28 basic_block test_bb; /* First test block. */ member in struct:ce_if_block
52 basic_block test_bb, then_bb, else_bb, join_bb; member in struct:noce_if_info
54 /* The jump that ends TEST_BB. */
85 from TEST_BB. For the noce transformations, we allow the symmetric
ifcvt.cc 474 basic_block test_bb = ce_info->test_bb; /* last test block */
504 ce_info->test_bb = test_bb = ce_info->last_test_bb;
512 test_expr = cond_exec_get_condition (BB_END (test_bb));
518 if (! onlyjump_p (BB_END (test_bb)))
612 false_code = reversed_comparison_code (true_expr, BB_END (test_bb));
629 note = find_reg_note (BB_END (test_bb), REG_BR_PROB, NULL_RTX);
645 basic_block bb = test_bb;
1968 /* Currently support only simple single sets in test_bb. *
472 basic_block test_bb = ce_info->test_bb; \/* last test block *\/ local
3252 basic_block test_bb = if_info->test_bb; local
3726 basic_block test_bb = if_info->test_bb; \/* test block *\/ local
4274 basic_block test_bb = if_info->test_bb; local
4536 basic_block test_bb = ce_info->test_bb; \/* last test block *\/ local
4834 basic_block test_bb = ce_info->test_bb; local
    [all...]
trans-mem.cc 2906 basic_block test_bb = create_empty_bb (transaction_bb);
2907 basic_block code_bb = create_empty_bb (test_bb);
2909 add_bb_to_loop (test_bb, transaction_bb->loop_father);
2913 region->restart_block = test_bb;
2918 gimple_stmt_iterator gsi = gsi_last_bb (test_bb);
2927 edge ei = make_edge (transaction_bb, test_bb, EDGE_FALLTHRU);
2928 edge et = make_edge (test_bb, code_bb, EDGE_TRUE_VALUE);
2929 edge ef = make_edge (test_bb, join_bb, EDGE_FALSE_VALUE);
2932 join_bb->count = test_bb->count = transaction_bb->count;
2946 basic_block test_bb = create_empty_bb (transaction_bb)
2899 basic_block test_bb = create_empty_bb (transaction_bb); local
2939 basic_block test_bb = create_empty_bb (transaction_bb); local
2975 basic_block test_bb = create_empty_bb (transaction_bb); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 5213 basic_block test_bb = ce_info->test_bb; /* test basic block */
5306 while (multiple_test_bb != test_bb)
5534 frv_ifcvt_add_insn (check_insn, BB_END (test_bb), TRUE);
5160 basic_block test_bb = ce_info->test_bb; \/* test basic block *\/ local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 5211 basic_block test_bb = ce_info->test_bb; /* test basic block */
5304 while (multiple_test_bb != test_bb)
5532 frv_ifcvt_add_insn (check_insn, BB_END (test_bb), TRUE);
5158 basic_block test_bb = ce_info->test_bb; \/* test basic block *\/ local

Completed in 65 milliseconds