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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-scalar-evolution.c1246 tree init_cond, int limit)
1258 *evolution_of_branch = init_cond;
1435 tree init_cond)
1466 ev_fn = init_cond;
1507 tree init_cond = chrec_not_analyzed_yet;
1528 if (init_cond == chrec_not_analyzed_yet)
1530 init_cond = branch;
1536 init_cond = chrec_dont_know;
1540 init_cond = chrec_merge (init_cond, branc
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
1430 analyze_evolution_in_loop(tree loop_phi_node, tree init_cond) argument
1503 tree init_cond = chrec_not_analyzed_yet; local
1560 tree init_cond; local
[all...]
H A Dtree-chrec.c596 tree init_cond)
601 gcc_assert (chrec_type (chrec) == chrec_type (init_cond));
608 chrec_replace_initial_condition (CHREC_LEFT (chrec), init_cond),
612 return init_cond;
592 chrec_replace_initial_condition(tree chrec, tree init_cond) argument
H A Dtree-data-ref.c1964 tree type_size, init_cond;
2023 init_cond = fold_build2 (TRUNC_DIV_EXPR, TREE_TYPE (constant),
2027 DR_INIT (dr) = init_cond = ssize_int (0);
2060 init_cond = chrec_convert (chrec_type (access_fn), init_cond, stmt);
2062 if (automatically_generated_chrec_p (init_cond)
2068 access_fn = chrec_replace_initial_condition (access_fn, init_cond);
1961 tree type_size, init_cond; local

Completed in 78 milliseconds