Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-utils.c526 basic_block srcbb, dstbb; in ipa_merge_profiles() local
569 FOR_ALL_BB_FN (srcbb, srccfun) in ipa_merge_profiles()
573 dstbb = BASIC_BLOCK_FOR_FN (dstcfun, srcbb->index); in ipa_merge_profiles()
579 srcbb->index); in ipa_merge_profiles()
583 if (EDGE_COUNT (srcbb->succs) != EDGE_COUNT (dstbb->succs)) in ipa_merge_profiles()
588 srcbb->index); in ipa_merge_profiles()
592 for (i = 0; i < EDGE_COUNT (srcbb->succs); i++) in ipa_merge_profiles()
594 edge srce = EDGE_SUCC (srcbb, i); in ipa_merge_profiles()
611 basic_block srcbb, dstbb; in ipa_merge_profiles() local
624 FOR_ALL_BB_FN (srcbb, srccfun) in ipa_merge_profiles()
[all …]
H A Dbasic-block.h198 #define BB_COPY_PARTITION(dstbb, srcbb) \ argument
199 BB_SET_PARTITION (dstbb, BB_PARTITION (srcbb))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.cc526 basic_block srcbb, dstbb; in ipa_merge_profiles() local
569 FOR_ALL_BB_FN (srcbb, srccfun) in ipa_merge_profiles()
573 dstbb = BASIC_BLOCK_FOR_FN (dstcfun, srcbb->index); in ipa_merge_profiles()
579 srcbb->index); in ipa_merge_profiles()
583 if (EDGE_COUNT (srcbb->succs) != EDGE_COUNT (dstbb->succs)) in ipa_merge_profiles()
588 srcbb->index); in ipa_merge_profiles()
592 for (i = 0; i < EDGE_COUNT (srcbb->succs); i++) in ipa_merge_profiles()
594 edge srce = EDGE_SUCC (srcbb, i); in ipa_merge_profiles()
611 basic_block srcbb, dstbb; in ipa_merge_profiles() local
624 FOR_ALL_BB_FN (srcbb, srccfun) in ipa_merge_profiles()
[all …]
H A Dbasic-block.h198 #define BB_COPY_PARTITION(dstbb, srcbb) \ argument
199 BB_SET_PARTITION (dstbb, BB_PARTITION (srcbb))