Searched refs:condition_phi (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-scalar-evolution.c | 995 gphi *condition_phi, in follow_ssa_edge_in_condition_phi_branch() argument 1000 tree branch = PHI_ARG_DEF (condition_phi, i); in follow_ssa_edge_in_condition_phi_branch() 1005 if (backedge_phi_arg_p (condition_phi, i)) in follow_ssa_edge_in_condition_phi_branch() 1011 return follow_ssa_edge_expr (loop, condition_phi, branch, halting_phi, in follow_ssa_edge_in_condition_phi_branch() 1030 gphi *condition_phi, in follow_ssa_edge_in_condition_phi() argument 1037 t_bool res = follow_ssa_edge_in_condition_phi_branch (0, loop, condition_phi, in follow_ssa_edge_in_condition_phi() 1046 n = gimple_phi_num_args (condition_phi); in follow_ssa_edge_in_condition_phi() 1056 res = follow_ssa_edge_in_condition_phi_branch (i, loop, condition_phi, in follow_ssa_edge_in_condition_phi() 1587 interpret_condition_phi (class loop *loop, gphi *condition_phi) in interpret_condition_phi() argument 1589 int i, n = gimple_phi_num_args (condition_phi); in interpret_condition_phi() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-scalar-evolution.cc | 995 gphi *condition_phi, in follow_ssa_edge_in_condition_phi_branch() argument 1000 tree branch = PHI_ARG_DEF (condition_phi, i); in follow_ssa_edge_in_condition_phi_branch() 1005 if (backedge_phi_arg_p (condition_phi, i)) in follow_ssa_edge_in_condition_phi_branch() 1011 return follow_ssa_edge_expr (loop, condition_phi, branch, halting_phi, in follow_ssa_edge_in_condition_phi_branch() 1030 gphi *condition_phi, in follow_ssa_edge_in_condition_phi() argument 1037 t_bool res = follow_ssa_edge_in_condition_phi_branch (0, loop, condition_phi, in follow_ssa_edge_in_condition_phi() 1046 n = gimple_phi_num_args (condition_phi); in follow_ssa_edge_in_condition_phi() 1056 res = follow_ssa_edge_in_condition_phi_branch (i, loop, condition_phi, in follow_ssa_edge_in_condition_phi() 1587 interpret_condition_phi (class loop *loop, gphi *condition_phi) in interpret_condition_phi() argument 1589 int i, n = gimple_phi_num_args (condition_phi); in interpret_condition_phi() [all …]
|