| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh_optimize_sett_clrt.cc | 397 basic_block pred_bb = ei_edge (ei)->src; local 399 if (!find_last_ccreg_values (BB_END (pred_bb), pred_bb, values_out,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh_optimize_sett_clrt.cc | 397 basic_block pred_bb = ei_edge (ei)->src; local 399 if (!find_last_ccreg_values (BB_END (pred_bb), pred_bb, values_out,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| postreload-gcse.cc | 1056 basic_block pred_bb; 1074 pred_bb = pred->src; 1075 for (a_occr = get_bb_avail_insn (pred_bb, 1079 a_occr = get_bb_avail_insn (pred_bb, 1094 pred_bb)) 1040 basic_block pred_bb; local
|
| cfgloopmanip.cc | 793 | | pred_bb | | pred_bb | 871 | - pred_bb - ------ pred_bb ------ 910 basic_block loop_header, loop_latch, succ_bb, pred_bb; local 921 pred_bb = entry_edge->src; 929 set_immediate_dominator (CDI_DOMINATORS, loop_header, pred_bb);
|
| tree-ssa-live.cc | 1075 basic_block pred_bb; local 1085 pred_bb = e->src; 1086 if (!region_contains_p (live->map, pred_bb)) 1093 changes, and pred_bb has been visited already, add it to the 1095 change = bitmap_ior_and_compl_into (live_on_entry (live, pred_bb), 1096 loe, &live->liveout[pred_bb->index]); 1098 && bitmap_bit_p (visited, pred_bb->index)) 1100 bitmap_clear_bit (visited, pred_bb->index); 1101 *(live->stack_top)++ = pred_bb->index;
|
| tree-ssa-loop-split.cc | 1017 basic_block pred_bb = e->src; local 1019 if (!dominated_by_p (CDI_POST_DOMINATORS, pred_bb, bb)) 1021 dep_bbs->add (pred_bb); 1025 pred_bb = get_control_equiv_head_block (loop, pred_bb); 1027 if (pdom_visited.contains (pred_bb)) 1030 if (!pred_bb->aux) 1032 pdom_worklist.safe_push (pred_bb); 1040 = (hash_set<basic_block> *) pred_bb->aux;
|
| gcse.cc | 1935 basic_block pred_bb = pred->src; 1939 || visited[pred_bb->index]) 1943 else if (bitmap_bit_p (comp[pred_bb->index], expr->bitmap_index)) 1948 if (occr_bb == pred_bb) 1951 visited[pred_bb->index] = 1; 1954 else if (! bitmap_bit_p (transp[pred_bb->index], expr->bitmap_index)) 1955 visited[pred_bb->index] = 1; 1960 visited[pred_bb->index] = 1; 1961 if (pre_expr_reaches_here_p_work (occr_bb, expr, pred_bb, visited)) 2985 basic_block pred_bb = pred->src 1923 basic_block pred_bb = pred->src; local 2971 basic_block pred_bb = pred->src; local [all...] |
| gimple-ssa-strength-reduction.cc | 3547 basic_block pred_bb = gimple_phi_arg_edge (phi, i)->src; 3549 if (!dominated_by_p (CDI_DOMINATORS, pred_bb, basis_bb)) 3538 basic_block pred_bb = gimple_phi_arg_edge (phi, i)->src; local
|
| ira-build.cc | 1733 basic_block pred_bb = e->src; 1738 pred_node = IRA_BB_NODE_BY_INDEX (pred_bb->index); 1725 basic_block pred_bb = e->src; local
|
| sched-rgn.cc | 1436 int pred_bb; 1443 pred_bb = BLOCK_TO_BB (in_edge->src->index); 1444 bitmap_and (dom[bb], dom[bb], dom[pred_bb]); 1446 ancestor_edges[bb], ancestor_edges[pred_bb]); 1450 bitmap_ior (pot_split[bb], pot_split[bb], pot_split[pred_bb]); 1456 (prob[pred_bb], 1435 int pred_bb; local
|
| tree-ssa-math-opts.cc | 3723 basic_block pred_bb = pred_edge->src; local 3724 if (EDGE_COUNT (pred_bb->succs) != 2) 3726 edge other_edge = EDGE_SUCC (pred_bb, EDGE_SUCC (pred_bb, 0) == pred_edge); 3745 gcond *zero_cond = safe_dyn_cast <gcond *> (*gsi_last_bb (pred_bb));
|
| sel-sched-ir.cc | 3720 basic_block succ_bb, pred_bb, note_bb; 3772 pred_bb = NULL; 3793 pred_bb = e->src; 3810 /* If the edge is fallthru, but PRED_BB ends in a conditional jump 3811 to BB (so there is no non-fallthru edge from PRED_BB to BB), we 3813 else if (single_succ_p (pred_bb) && any_condjump_p (BB_END (pred_bb))) 3816 if (onlyjump_p (BB_END (pred_bb)) 3817 && INSN_SCHED_TIMES (BB_END (pred_bb)) == 0 3818 && !IN_CURRENT_FENCE_P (BB_END (pred_bb))) 3700 basic_block succ_bb, pred_bb, note_bb; local 4809 basic_block pred_bb = e->src; local [all...] |
| tree-cfg.cc | 482 basic_block pred_bb = e->src; local 483 if (safe_is_a <gcond *> (*gsi_last_bb (pred_bb))) 485 basic_block other_bb = EDGE_SUCC (pred_bb, 0)->dest; 487 other_bb = EDGE_SUCC (pred_bb, 1)->dest;
|
| tree-ssa-reassoc.cc | 4772 basic_block pred_bb = single_pred (first_bb); local 4773 if (!suitable_cond_bb (pred_bb, first_bb, &other_bb, NULL, true)) 4777 first_bb = pred_bb;
|
| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| blocks.cc | 529 bb_info *pred_bb = this->bb (pred_cfg_bb); local 534 // might not have been live on exit from PRED_BB either. 536 add_live_out_use (pred_bb, def); 812 bb_info *pred_bb = this->bb (e->src); local 813 if (pred_bb && pred_bb->head_insn ()) 815 mem_value = bi.bb_mem_live_out[pred_bb->index ()];
|
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| blocks.cc | 536 bb_info *pred_bb = this->bb (pred_cfg_bb); local 541 // might not have been live on exit from PRED_BB either. 543 add_live_out_use (pred_bb, def); 806 bb_info *pred_bb = this->bb (e->src); local 807 if (pred_bb && pred_bb->head_insn ()) 809 mem_value = bi.bb_mem_live_out[pred_bb->index ()];
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-live.cc | 1032 basic_block pred_bb; local 1042 pred_bb = e->src; 1043 if (!region_contains_p (live->map, pred_bb)) 1050 changes, and pred_bb has been visited already, add it to the 1052 change = bitmap_ior_and_compl_into (live_on_entry (live, pred_bb), 1053 loe, &live->liveout[pred_bb->index]); 1055 && bitmap_bit_p (visited, pred_bb->index)) 1057 bitmap_clear_bit (visited, pred_bb->index); 1058 *(live->stack_top)++ = pred_bb->index;
|
| cfgloopmanip.cc | 657 | | pred_bb | | pred_bb | 735 | - pred_bb - ------ pred_bb ------ 774 basic_block loop_header, loop_latch, succ_bb, pred_bb; local 785 pred_bb = entry_edge->src; 793 set_immediate_dominator (CDI_DOMINATORS, loop_header, pred_bb);
|
| postreload-gcse.cc | 1055 basic_block pred_bb; 1073 pred_bb = pred->src; 1074 for (a_occr = get_bb_avail_insn (pred_bb, 1078 a_occr = get_bb_avail_insn (pred_bb, 1093 pred_bb)) 1039 basic_block pred_bb; local
|
| tree-ssa-loop-split.cc | 907 basic_block pred_bb = e->src; local 909 if (!dominated_by_p (CDI_POST_DOMINATORS, pred_bb, bb)) 911 dep_bbs->add (pred_bb); 915 pred_bb = get_control_equiv_head_block (loop, pred_bb); 917 if (pdom_visited.contains (pred_bb)) 920 if (!pred_bb->aux) 922 pdom_worklist.safe_push (pred_bb); 930 = (hash_set<basic_block> *) pred_bb->aux;
|
| gcse.cc | 1934 basic_block pred_bb = pred->src; 1938 || visited[pred_bb->index]) 1942 else if (bitmap_bit_p (comp[pred_bb->index], expr->bitmap_index)) 1947 if (occr_bb == pred_bb) 1950 visited[pred_bb->index] = 1; 1953 else if (! bitmap_bit_p (transp[pred_bb->index], expr->bitmap_index)) 1954 visited[pred_bb->index] = 1; 1959 visited[pred_bb->index] = 1; 1960 if (pre_expr_reaches_here_p_work (occr_bb, expr, pred_bb, visited)) 2970 basic_block pred_bb = pred->src 1922 basic_block pred_bb = pred->src; local 2956 basic_block pred_bb = pred->src; local [all...] |
| gimple-ssa-strength-reduction.cc | 3547 basic_block pred_bb = gimple_phi_arg_edge (phi, i)->src; 3549 if (!dominated_by_p (CDI_DOMINATORS, pred_bb, basis_bb)) 3538 basic_block pred_bb = gimple_phi_arg_edge (phi, i)->src; local
|
| ira-build.cc | 1731 basic_block pred_bb = e->src; 1736 pred_node = IRA_BB_NODE_BY_INDEX (pred_bb->index); 1723 basic_block pred_bb = e->src; local
|
| sched-rgn.cc | 1433 int pred_bb; 1440 pred_bb = BLOCK_TO_BB (in_edge->src->index); 1441 bitmap_and (dom[bb], dom[bb], dom[pred_bb]); 1443 ancestor_edges[bb], ancestor_edges[pred_bb]); 1447 bitmap_ior (pot_split[bb], pot_split[bb], pot_split[pred_bb]); 1453 (prob[pred_bb], 1432 int pred_bb; local
|
| tree-ssa-math-opts.cc | 3508 basic_block pred_bb = pred_edge->src; local 3509 if (EDGE_COUNT (pred_bb->succs) != 2) 3511 edge other_edge = EDGE_SUCC (pred_bb, EDGE_SUCC (pred_bb, 0) == pred_edge); 3530 gimple *zero_cond = last_stmt (pred_bb);
|