| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-predicate-analysis.cc | 2094 basic_block phi_bb = gimple_bb (phi); local 2096 basic_block cd_root = get_immediate_dominator (CDI_DOMINATORS, phi_bb);
|
| tree-ssa-dse.cc | 849 basic_block phi_bb = (basic_block) data; local 853 phi_bb))
|
| gimple-ssa-strength-reduction.cc | 599 basic_block basis_bb, phi_bb; 607 phi_bb = gimple_bb (phi_cand->cand_stmt); 610 if (phi_bb == basis_bb 611 || !dominated_by_p (CDI_DOMINATORS, phi_bb, basis_bb)) 2417 basic_block phi_bb = gimple_bb (from_phi); 2429 edge e = (*phi_bb->preds)[i]; 2471 phi = create_phi_node (name, phi_bb); 2476 edge e = (*phi_bb->preds)[i]; 2564 basic_block phi_bb = gimple_bb (phi); 2568 if (phi_bb == basis_bb || !dominated_by_p (CDI_DOMINATORS, phi_bb, basis_bb) 596 basic_block basis_bb, phi_bb; local 2409 basic_block phi_bb = gimple_bb (from_phi); local 2556 basic_block phi_bb = gimple_bb (phi); local 3528 basic_block phi_bb = gimple_bb (phi); local [all...] |
| ipa-prop.cc | 1638 basic_block phi_bb, assign_bb, cond_bb; local 1677 phi_bb = gimple_bb (phi); 1680 basic_block pred = EDGE_PRED (phi_bb, i)->src;
|
| tree-ssa-loop-ivopts.cc | 1926 basic_block phi_bb = gimple_bb (phi); local 1929 if (phi_bb->loop_father == data->current_loop)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-predicate-analysis.cc | 1761 basic_block phi_bb = gimple_bb (phi); local 1763 basic_block cd_root = get_immediate_dominator (CDI_DOMINATORS, phi_bb);
|
| tree-ssa-dse.cc | 805 basic_block phi_bb = (basic_block) data; local 809 phi_bb))
|
| gimple-ssa-strength-reduction.cc | 599 basic_block basis_bb, phi_bb; 607 phi_bb = gimple_bb (phi_cand->cand_stmt); 610 if (phi_bb == basis_bb 611 || !dominated_by_p (CDI_DOMINATORS, phi_bb, basis_bb)) 2417 basic_block phi_bb = gimple_bb (from_phi); 2429 edge e = (*phi_bb->preds)[i]; 2471 phi = create_phi_node (name, phi_bb); 2476 edge e = (*phi_bb->preds)[i]; 2564 basic_block phi_bb = gimple_bb (phi); 2568 if (phi_bb == basis_bb || !dominated_by_p (CDI_DOMINATORS, phi_bb, basis_bb) 596 basic_block basis_bb, phi_bb; local 2409 basic_block phi_bb = gimple_bb (from_phi); local 2556 basic_block phi_bb = gimple_bb (phi); local 3528 basic_block phi_bb = gimple_bb (phi); local [all...] |
| ipa-prop.cc | 1531 basic_block phi_bb, assign_bb, cond_bb; local 1571 phi_bb = gimple_bb (phi); 1574 basic_block pred = EDGE_PRED (phi_bb, i)->src;
|
| tree-ssa-loop-ivopts.cc | 1921 basic_block phi_bb = gimple_bb (phi); local 1924 if (phi_bb->loop_father == data->current_loop)
|