Searched refs:tree_single_nonzero_warnv_p (Results 1 – 24 of 24) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-query.cc | 224 if (tree_single_nonzero_warnv_p (expr, &ov)) in get_tree_range()
|
| H A D | fold-const.h | 162 extern bool tree_single_nonzero_warnv_p (tree, bool *);
|
| H A D | gimple-range-fold.cc | 756 if (tree_single_nonzero_warnv_p (expr, &strict_overflow_p)) in range_of_address()
|
| H A D | tree-ssa-phiopt.cc | 1261 && tree_single_nonzero_warnv_p (rval, NULL)); in absorbing_element_p()
|
| H A D | vr-values.cc | 358 return tree_single_nonzero_warnv_p (gimple_assign_rhs1 (stmt), in gimple_assign_nonzero_p()
|
| H A D | fold-const.cc | 10712 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p() 10739 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p() 15319 tree_single_nonzero_warnv_p (tree t, bool *strict_overflow_p) in tree_single_nonzero_warnv_p() function
|
| H A D | ipa-prop.cc | 2296 else if (tree_single_nonzero_warnv_p (arg, &strict_overflow)) in ipa_compute_jump_functions_for_edge()
|
| H A D | match.pd | 5482 (if (tree_single_nonzero_warnv_p (@0, NULL))
|
| H A D | ChangeLog.tuples | 4231 (tree_single_nonzero_warnv_p): New.
|
| H A D | ChangeLog-2008 | 23807 (tree_single_nonzero_warnv_p): Make it public. 23817 (tree_single_nonzero_warnv_p): Declare. 25617 (tree_single_nonzero_warnv_p): New.
|
| H A D | ChangeLog-2009 | 28282 * fold-const.c (tree_single_nonzero_warnv_p): Pass non-static 28318 * fold-const.c (tree_single_nonzero_warnv_p): Always treat decls
|
| H A D | ChangeLog-2016 | 26901 * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use 29287 (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
|
| H A D | ChangeLog-2017 | 33386 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME. 40645 (tree_single_nonzero_warnv_p): Don't handle function local objects
|
| H A D | ChangeLog-2014 | 17751 * fold-const.c (tree_single_nonzero_warnv_p): Use get_create. 31877 (tree_single_nonzero_warnv_p): Use symtab to determine
|
| H A D | ChangeLog-2010 | 31943 * fold-const.c (tree_single_nonzero_warnv_p): Properly
|
| H A D | ChangeLog-2013 | 8355 (tree_single_nonzero_warnv_p): Moved to fold-const.h.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.h | 150 extern bool tree_single_nonzero_warnv_p (tree, bool *);
|
| H A D | tree-ssa-phiopt.c | 1047 && tree_single_nonzero_warnv_p (rval, NULL)); in absorbing_element_p()
|
| H A D | vr-values.c | 306 return tree_single_nonzero_warnv_p (gimple_assign_rhs1 (stmt), in gimple_assign_nonzero_p()
|
| H A D | fold-const.c | 10083 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p() 10110 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p() 14364 tree_single_nonzero_warnv_p (tree t, bool *strict_overflow_p) in tree_single_nonzero_warnv_p() function
|
| H A D | ipa-prop.c | 2162 else if (tree_single_nonzero_warnv_p (arg, &strict_overflow)) in ipa_compute_jump_functions_for_edge()
|
| H A D | match.pd | 4339 (if (tree_single_nonzero_warnv_p (@0, NULL))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ubsan.c | 446 if (!tree_single_nonzero_warnv_p (op, &strict_overflow_p) in ubsan_maybe_instrument_reference_or_call()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ubsan.cc | 473 if (!tree_single_nonzero_warnv_p (op, &strict_overflow_p) in ubsan_maybe_instrument_reference_or_call()
|