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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-flow.h842 unsigned force_expr_to_var_cost (tree);
H A Dtree-ssa-loop-ivopts.c3565 force_expr_to_var_cost (tree expr) function
3597 fprintf (dump_file, "force_expr_to_var_cost:\n");
3644 cost0 = force_expr_to_var_cost (op0);
3649 cost1 = force_expr_to_var_cost (op1);
3702 return force_expr_to_var_cost (expr);
H A Dtree-scalar-evolution.c2883 return force_expr_to_var_cost (expr) >= target_spill_cost;

Completed in 133 milliseconds