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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-flow.h734 tree vrp_evaluate_conditional (tree, tree);
H A Dtree-ssa-propagate.c1053 val = vrp_evaluate_conditional (*pred_p, stmt);
1084 expressions are evaluated with a call to vrp_evaluate_conditional.
1086 (the information used by vrp_evaluate_conditional is built by the
H A Dtree-vrp.c4395 vrp_evaluate_conditional (tree cond, tree stmt) function
5232 return vrp_evaluate_conditional (COND_EXPR_COND (stmt), within_stmt);

Completed in 64 milliseconds