Searched refs:phi_pred_bb (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-ifcombine.cc | 650 basic_block phi_pred_bb) in tree_ssa_ifcombine_bb_1() argument 656 if (phi_pred_bb != else_bb in tree_ssa_ifcombine_bb_1() 658 && same_phi_args_p (outer_cond_bb, phi_pred_bb, else_bb)) in tree_ssa_ifcombine_bb_1() 674 if (phi_pred_bb != else_bb in tree_ssa_ifcombine_bb_1() 676 && same_phi_args_p (outer_cond_bb, phi_pred_bb, else_bb)) in tree_ssa_ifcombine_bb_1() 695 if (phi_pred_bb != then_bb in tree_ssa_ifcombine_bb_1() 697 && same_phi_args_p (outer_cond_bb, phi_pred_bb, then_bb)) in tree_ssa_ifcombine_bb_1() 712 if (phi_pred_bb != then_bb in tree_ssa_ifcombine_bb_1() 714 && same_phi_args_p (outer_cond_bb, phi_pred_bb, then_bb)) in tree_ssa_ifcombine_bb_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-ifcombine.c | 637 basic_block phi_pred_bb) in tree_ssa_ifcombine_bb_1() argument 643 if (phi_pred_bb != else_bb in tree_ssa_ifcombine_bb_1() 645 && same_phi_args_p (outer_cond_bb, phi_pred_bb, else_bb)) in tree_ssa_ifcombine_bb_1() 661 if (phi_pred_bb != else_bb in tree_ssa_ifcombine_bb_1() 663 && same_phi_args_p (outer_cond_bb, phi_pred_bb, else_bb)) in tree_ssa_ifcombine_bb_1() 682 if (phi_pred_bb != then_bb in tree_ssa_ifcombine_bb_1() 684 && same_phi_args_p (outer_cond_bb, phi_pred_bb, then_bb)) in tree_ssa_ifcombine_bb_1() 699 if (phi_pred_bb != then_bb in tree_ssa_ifcombine_bb_1() 701 && same_phi_args_p (outer_cond_bb, phi_pred_bb, then_bb)) in tree_ssa_ifcombine_bb_1()
|