Searched refs:vrp_evaluate_conditional (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vr-values.h | 53 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
|
H A D | tree-vrp.c | 4768 tree vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function 4770 { return vr_values->vrp_evaluate_conditional (code, op0, op1, stmt); } in vrp_evaluate_conditional() 4792 val = vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in() 4798 val = vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in() 4916 return vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
|
H A D | tree-ssa-dom.c | 892 = x_vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
|
H A D | vr-values.c | 2441 vr_values::vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vr-values.h | 42 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
|
H A D | tree-ssa-dom.cc | 686 return simplifier.vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify()
|
H A D | tree-vrp.cc | 4058 val = simplifier.vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in() 4064 val = simplifier.vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in()
|
H A D | vr-values.cc | 2338 simplify_using_ranges::vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function in simplify_using_ranges
|
H A D | ChangeLog.gimple-classes | 1473 (vrp_evaluate_conditional): Likewise. 1856 (vrp_evaluate_conditional): Likewise.
|
H A D | ChangeLog-2008 | 6818 (vrp_evaluate_conditional): Avoid bogus warning for type range. 21738 * tree-flow.h (vrp_evaluate_conditional): Change signature. 21740 vrp_evaluate_conditional. 21742 (vrp_evaluate_conditional): Split the cond argument. 21745 vrp_evaluate_conditional. 22892 * tree-vrp.c (vrp_evaluate_conditional): Only query value-range 26526 * tree-vrp.c (vrp_evaluate_conditional): With 27386 * tree-vrp.c (vrp_evaluate_conditional): Revert fix for PR 33738. 27416 * tree-vrp.c (vrp_evaluate_conditional): With
|
H A D | ChangeLog-2020 | 5223 (vrp_folder::vrp_evaluate_conditional): Remove. 5226 vrp_evaluate_conditional and vrp_simplify_stmt_using_ranges. 11582 (simplify_using_ranges::vrp_evaluate_conditional): Same. 15140 (simplify_using_ranges::vrp_evaluate_conditional): Add stmt param. 15983 * vr-values.c (simplify_using_ranges::vrp_evaluate_conditional): 16010 * vr-values.c (simplify_using_ranges::vrp_evaluate_conditional): Adjust 18586 (vr_values::vrp_evaluate_conditional): Same.
|
H A D | ChangeLog-2007 | 26399 vrp_evaluate_conditional. Make static. Change all callers. 26400 (vrp_evaluate_conditional): New function. 26408 vrp_evaluate_conditional. 26414 * tree-flow.h (vrp_evaluate_conditional): Update declaration. 27050 (vrp_evaluate_conditional): Likewise. 27064 * tree-flow.h (vrp_evaluate_conditional): Update declaration.
|
H A D | ChangeLog.tuples | 900 (vrp_evaluate_conditional): Change STMT argument to gimple.
|
H A D | ChangeLog-2009 | 8890 * tree-vrp.c (vrp_evaluate_conditional): Make static. 8895 * tree-flow.h (vrp_evaluate_conditional): Remove. 16281 * tree-vrp.c (vrp_evaluate_conditional): Mark strings for 17453 * tree-vrp.c (vrp_evaluate_conditional): Bail out early if
|
H A D | ChangeLog-2005 | 14434 (vrp_evaluate_conditional): Likewise. 16467 (vrp_evaluate_conditional): Declare. 16546 (vrp_evaluate_conditional): Add argument 'use_equiv_p'. If
|
H A D | ChangeLog-2018 | 8042 (vr_values::vrp_evaluate_conditional): Same.
|
H A D | ChangeLog-2019 | 19920 (vr_values::vrp_evaluate_conditional): Likewise.
|
H A D | ChangeLog-2017 | 7490 (vrp_evaluate_conditional, vrp_visit_cond_stmt): Likewise.
|
H A D | ChangeLog-2015 | 43967 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
|