Searched refs:dst_vr (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ipa-cp.c | 1892 ipa_vr_operation_and_type_effects (value_range *dst_vr, value_range *src_vr, in ipa_vr_operation_and_type_effects() argument 1896 memset (dst_vr, 0, sizeof (*dst_vr)); in ipa_vr_operation_and_type_effects() 1897 extract_range_from_unary_expr (dst_vr, operation, dst_type, src_vr, src_type); in ipa_vr_operation_and_type_effects() 1898 if (dst_vr->type == VR_RANGE || dst_vr->type == VR_ANTI_RANGE) in ipa_vr_operation_and_type_effects()
|
| HD | ipa-prop.c | 3942 vec<ipa_vr, va_gc> *&dst_vr in duplicate() local 3946 vec_safe_reserve_exact (dst_vr, src_vr->length ()); in duplicate() 3948 dst_vr->quick_push ((*src_vr)[i]); in duplicate()
|