Searched refs:condition_phi (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-scalar-evolution.c1243 tree condition_phi,
1248 tree branch = PHI_ARG_DEF (condition_phi, i);
1253 if (backedge_phi_arg_p (condition_phi, i))
1278 tree condition_phi,
1285 t_bool res = follow_ssa_edge_in_condition_phi_branch (0, loop, condition_phi,
1294 for (i = 1; i < PHI_NUM_ARGS (condition_phi); i++)
1301 res = follow_ssa_edge_in_condition_phi_branch (i, loop, condition_phi,
1592 interpret_condition_phi (struct loop *loop, tree condition_phi)
1597 for (i = 0; i < PHI_NUM_ARGS (condition_phi); i++)
1601 if (backedge_phi_arg_p (condition_phi,
1238 follow_ssa_edge_in_condition_phi_branch(int i, struct loop *loop, tree condition_phi, tree halting_phi, tree *evolution_of_branch, tree init_cond, int limit) argument
1274 follow_ssa_edge_in_condition_phi(struct loop *loop, tree condition_phi, tree halting_phi, tree *evolution_of_loop, int limit) argument
1588 interpret_condition_phi(struct loop *loop, tree condition_phi) argument
[all...]

Completed in 134 milliseconds