Searched refs:range_fold_unary_expr (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vrp.h | 51 void range_fold_unary_expr (value_range *, enum tree_code, tree type,
|
H A D | ipa-fnsummary.cc | 495 range_fold_unary_expr (&res, NOP_EXPR, in evaluate_conditions_for_known_args() 508 range_fold_unary_expr (&res, op->code, op->type, &vr, type); in evaluate_conditions_for_known_args()
|
H A D | tree-vrp.cc | 1084 range_fold_unary_expr (value_range *vr, in range_fold_unary_expr() function
|
H A D | vr-values.cc | 983 range_fold_unary_expr (vr, code, type, &vr0, TREE_TYPE (op0)); in extract_range_from_unary_expr()
|
H A D | ipa-prop.cc | 2315 range_fold_unary_expr (&resvr, NOP_EXPR, param_type, in ipa_compute_jump_functions_for_edge()
|
H A D | ipa-cp.cc | 1633 range_fold_unary_expr (dst_vr, operation, dst_type, src_vr, src_type); in ipa_vr_operation_and_type_effects()
|
H A D | ChangeLog-2019 | 6196 (range_fold_unary_expr): Same. 11229 (range_fold_unary_expr): Extract out into above functions. 11490 range_fold_unary_expr instead of extract_range_from_unary_expr. 11517 (range_fold_unary_expr): New. 11537 (range_fold_unary_expr): New. 11543 range_fold_unary_expr instead of extract_range_from_unary_expr.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vrp.h | 121 void range_fold_unary_expr (value_range *, enum tree_code, tree type,
|
H A D | ipa-fnsummary.c | 460 range_fold_unary_expr (&res, NOP_EXPR, in evaluate_conditions_for_known_args() 473 range_fold_unary_expr (&res, op->code, op->type, &vr, type); in evaluate_conditions_for_known_args()
|
H A D | tree-vrp.c | 1257 range_fold_unary_expr (value_range *vr, in range_fold_unary_expr() function 5383 range_fold_unary_expr (vr, TREE_CODE (expr), TREE_TYPE (expr), in determine_value_range_1()
|
H A D | vr-values.c | 932 range_fold_unary_expr (vr, code, type, &vr0, TREE_TYPE (op0)); in extract_range_from_unary_expr()
|
H A D | ipa-cp.c | 1518 range_fold_unary_expr (dst_vr, operation, dst_type, src_vr, src_type); in ipa_vr_operation_and_type_effects()
|
H A D | ipa-prop.c | 2186 range_fold_unary_expr (&resvr, NOP_EXPR, param_type, in ipa_compute_jump_functions_for_edge()
|