Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-utils.c595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.cc595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()