Searched refs:extract_range_from_unary_expr (Results 1 – 7 of 7) sorted by relevance
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | vr-values.h | 91 void extract_range_from_unary_expr (value_range *, enum tree_code,
|
H A D | tree-vrp.h | 57 extern void extract_range_from_unary_expr (value_range *vr,
|
H A D | vr-values.c | 870 vr_values::extract_range_from_unary_expr (value_range *vr, enum tree_code code, in extract_range_from_unary_expr() function 884 ::extract_range_from_unary_expr (vr, code, type, &vr0, TREE_TYPE (op0)); in extract_range_from_unary_expr() 1386 extract_range_from_unary_expr (&vr0, NOP_EXPR, in extract_range_basic() 1388 extract_range_from_unary_expr (&vr1, NOP_EXPR, in extract_range_basic() 1427 extract_range_from_unary_expr (vr, gimple_assign_rhs_code (stmt), in extract_range_from_assignment()
|
H A D | tree-vrp.c | 2382 extract_range_from_unary_expr (value_range *vr, in extract_range_from_unary_expr() function 2437 extract_range_from_unary_expr (vr, code, type, &vrtem0, op0_type); in extract_range_from_unary_expr() 2441 extract_range_from_unary_expr (&vrres, code, type, in extract_range_from_unary_expr()
|
H A D | ipa-cp.c | 1897 extract_range_from_unary_expr (dst_vr, operation, dst_type, src_vr, src_type); in ipa_vr_operation_and_type_effects()
|
H A D | ipa-prop.c | 1900 extract_range_from_unary_expr (&resvr, NOP_EXPR, param_type, in ipa_compute_jump_functions_for_edge()
|
/dragonfly/contrib/gcc-4.7/gcc/ |
H A D | tree-vrp.c | 3175 extract_range_from_unary_expr (value_range_t *vr, enum tree_code code, in extract_range_from_unary_expr() function 3313 extract_range_from_unary_expr (vr, gimple_assign_rhs_code (stmt), in extract_range_from_assignment()
|