Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()