| /freebsd-12.1/contrib/gcc/ |
| H A D | tracer.c | 168 basic_block bb2 = e->src; in find_trace() local 174 bb = bb2; in find_trace() 269 if (blocks[bb2->index]) in tail_duplicate() 274 traced_insns += bb2->frequency * counts [bb2->index]; in tail_duplicate() 279 basic_block old = bb2; in tail_duplicate() 281 e = find_edge (bb, bb2); in tail_duplicate() 284 bb2 = duplicate_block (bb2, e, bb); in tail_duplicate() 294 old->index, bb2->index, bb2->frequency); in tail_duplicate() 296 bb->aux = bb2; in tail_duplicate() 297 bb2->il.rtl->visited = 1; in tail_duplicate() [all …]
|
| H A D | cfgcleanup.c | 1076 i2 = BB_END (bb2); in flow_find_cross_jump() 1170 edge b2 = BRANCH_EDGE (bb2); in condjump_equiv_p() 1203 set2 = pc_set (BB_END (bb2)); in condjump_equiv_p() 1258 && maybe_hot_bb_p (bb2)) in condjump_equiv_p() 1284 bb1->index, bb2->index); in condjump_equiv_p() 1310 return (single_succ_p (bb2) in outgoing_edges_match() 1313 && (!JUMP_P (BB_END (bb2)) || simplejump_p (BB_END (bb2)))); in outgoing_edges_match() 1332 b2 = BRANCH_EDGE (bb2); in outgoing_edges_match() 1334 f2 = FALLTHRU_EDGE (bb2); in outgoing_edges_match() 1394 && maybe_hot_bb_p (bb2)) in outgoing_edges_match() [all …]
|
| H A D | value-prof.c | 186 basic_block bb, bb2, bb3, bb4; in tree_divmod_fixed_value() local 228 bb2 = e12->dest; in tree_divmod_fixed_value() 229 bb2->count = count; in tree_divmod_fixed_value() 230 e23 = split_block (bb2, bb2end); in tree_divmod_fixed_value() 349 basic_block bb, bb2, bb3, bb4; in tree_mod_pow2() local 395 bb2 = e12->dest; in tree_mod_pow2() 396 bb2->count = count; in tree_mod_pow2() 397 e23 = split_block (bb2, bb2end); in tree_mod_pow2() 513 basic_block bb, bb2, bb3, bb4; in tree_mod_subtract() local 566 bb2 = e12->dest; in tree_mod_subtract() [all …]
|
| H A D | tree-ssa-phiopt.c | 158 basic_block bb1, bb2; in tree_ssa_phiopt() local 173 bb2 = e2->dest; in tree_ssa_phiopt() 182 || bb2 == NULL in tree_ssa_phiopt() 183 || EDGE_COUNT (bb2->succs) == 0) in tree_ssa_phiopt() 187 if (EDGE_SUCC (bb1, 0)->dest == bb2) in tree_ssa_phiopt() 189 else if (EDGE_SUCC (bb2, 0)->dest == bb1) in tree_ssa_phiopt() 193 bb1 = bb2; in tree_ssa_phiopt() 194 bb2 = bb_tmp; in tree_ssa_phiopt() 214 phi = phi_nodes (bb2); in tree_ssa_phiopt()
|
| H A D | dominance.c | 790 nearest_common_dominator (enum cdi_direction dir, basic_block bb1, basic_block bb2) in nearest_common_dominator() argument 795 return bb2; in nearest_common_dominator() 796 if (!bb2) in nearest_common_dominator() 799 return et_nca (bb1->dom[dir], bb2->dom[dir])->data; in nearest_common_dominator() 899 dominated_by_p (enum cdi_direction dir, basic_block bb1, basic_block bb2) in dominated_by_p() argument 901 struct et_node *n1 = bb1->dom[dir], *n2 = bb2->dom[dir]; in dominated_by_p() 1107 basic_block bb, bb2; in debug_dominance_info() local 1109 if ((bb2 = get_immediate_dominator (dir, bb))) in debug_dominance_info() 1110 fprintf (stderr, "%i %i\n", bb->index, bb2->index); in debug_dominance_info()
|
| H A D | sched-ebb.c | 206 basic_block bb2 = BLOCK_FOR_INSN (insn2); in rank() local 208 if (bb1->count > bb2->count in rank() 209 || bb1->frequency > bb2->frequency) in rank() 211 if (bb1->count < bb2->count in rank() 212 || bb1->frequency < bb2->frequency) in rank()
|
| H A D | cfghooks.c | 489 can_merge_blocks_p (basic_block bb1, basic_block bb2) in can_merge_blocks_p() argument 496 ret = cfg_hooks->can_merge_blocks_p (bb1, bb2); in can_merge_blocks_p()
|
| H A D | profile.c | 1080 union_groups (basic_block bb1, basic_block bb2) in union_groups() argument 1083 basic_block bb2g = find_group (bb2); in union_groups()
|
| H A D | tree-ssa-loop-niter.c | 1917 basic_block bb1 = bb_for_stmt (s1), bb2 = bb_for_stmt (s2); in stmt_dominates_stmt_p() local 1923 if (bb1 == bb2) in stmt_dominates_stmt_p() 1934 return dominated_by_p (CDI_DOMINATORS, bb2, bb1); in stmt_dominates_stmt_p()
|
| H A D | emit-rtl.c | 3641 basic_block bb, bb2; in reorder_insns() local 3652 && (bb2 = BLOCK_FOR_INSN (from))) in reorder_insns() 3654 if (BB_END (bb2) == to) in reorder_insns() 3655 BB_END (bb2) = prev; in reorder_insns() 3656 bb2->flags |= BB_DIRTY; in reorder_insns()
|
| H A D | global.c | 2315 rpost_cmp (const void *bb1, const void *bb2) in rpost_cmp() argument 2317 basic_block b1 = *(basic_block *) bb1, b2 = *(basic_block *) bb2; in rpost_cmp()
|
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testbuckets.c | 143 apr_bucket_brigade *bb, *bb2; in test_split() local 150 bb2 = apr_brigade_split(bb, e); in test_split() 153 count_buckets(bb2) == 1); in test_split() 158 flatten_match(tc, "match split brigade", bb2, "world"); in test_split() 160 apr_brigade_destroy(bb2); in test_split() 476 apr_bucket_brigade *bb2; in test_write_split() local 482 bb2 = apr_brigade_split(bb1, APR_BRIGADE_LAST(bb1)); in test_write_split() 484 test_bucket_content(tc, APR_BRIGADE_FIRST(bb2), "world", 5); in test_write_split() 487 apr_brigade_destroy(bb2); in test_write_split()
|
| /freebsd-12.1/contrib/gdtoa/ |
| H A D | strtodg.c | 724 bb2 = bb5 = 0; 728 bb2 = bb5 = -e; 732 bb2 += bbe; 735 bs2 = bb2; 740 bb2 += j; 742 i = bb2 < bd2 ? bb2 : bd2; 746 bb2 -= i; 756 bb2 -= bb0; 757 if (bb2 > 0) 759 else if (bb2 < 0) [all …]
|
| H A D | strtod.c | 95 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local 586 bb2 = bb5 = 0; 590 bb2 = bb5 = -e; 594 bb2 += bbe; 597 bs2 = bb2; 632 bb2 += j; 637 i = bb2 < bd2 ? bb2 : bd2; 641 bb2 -= i; 651 if (bb2 > 0) 652 bb = lshift(bb, bb2);
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_l2.c | 2000 p_bb->tx_lpi_entry_count += port_stats.eth.u2.bb2.tlpiec; in __ecore_get_vport_port_stats() 2001 p_bb->tx_total_collisions += port_stats.eth.u2.bb2.tncl; in __ecore_get_vport_port_stats()
|
| H A D | mcp_public.h | 183 } bb2; member
|
| /freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9340.ini | 394 { 0x00016144 , 0x01884080 }, //bb2
|