Home
last modified time | relevance | path

Searched refs:vrp_evaluate_conditional_warnv_with_ops (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.h92 tree vrp_evaluate_conditional_warnv_with_ops (enum tree_code,
H A Dvr-values.c981 val = vrp_evaluate_conditional_warnv_with_ops (code, op0, op1, false, &sop, in extract_range_from_comparison()
2334 vr_values::vrp_evaluate_conditional_warnv_with_ops (enum tree_code code, in vrp_evaluate_conditional_warnv_with_ops() function
2457 ret = vrp_evaluate_conditional_warnv_with_ops (code, op0, op1, true, &sop, in vrp_evaluate_conditional()
2604 val = vrp_evaluate_conditional_warnv_with_ops (gimple_cond_code (stmt), in vrp_visit_cond_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.h44 tree vrp_evaluate_conditional_warnv_with_ops (gimple *stmt, enum tree_code,
H A Dvr-values.cc1034 = simplifier.vrp_evaluate_conditional_warnv_with_ops (stmt, code, op0, op1, in extract_range_from_comparison()
2229 simplify_using_ranges::vrp_evaluate_conditional_warnv_with_ops in vrp_evaluate_conditional_warnv_with_ops() function in simplify_using_ranges
2354 ret = vrp_evaluate_conditional_warnv_with_ops (stmt, code, op0, op1, true, in vrp_evaluate_conditional()
2499 val = vrp_evaluate_conditional_warnv_with_ops (stmt, in vrp_visit_cond_stmt()
H A DChangeLog-20086816 (vrp_evaluate_conditional_warnv_with_ops): ... this one. Add
6820 vrp_evaluate_conditional_warnv_with_ops
21743 (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
23808 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops): New function.
23814 vrp_evaluate_conditional_warnv_with_ops.
H A DChangeLog.tuples899 (vrp_evaluate_conditional_warnv_with_ops): Tidy.
H A DChangeLog-20177489 (vrp_evaluate_conditional_warnv_with_ops): Likewise. Remove prototype.
12441 (vrp_evaluate_conditional_warnv_with_ops, intersect_ranges): Likewise.
37730 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
H A DChangeLog-202015151 vrp_evaluate_conditional_warnv_with_ops.
18585 (vr_values::vrp_evaluate_conditional_warnv_with_ops): Same.
H A DChangeLog-20195031 (vr_values::vrp_evaluate_conditional_warnv_with_ops): Same.
26053 * vr-values.c (vrp_evaluate_conditional_warnv_with_ops): Same.
H A DChangeLog-201630739 (vrp_evaluate_conditional_warnv_with_ops): Always use
H A DChangeLog-2018626 (vr_values::vrp_evaluate_conditional_warnv_with_ops): Extend