Searched refs:srcbb (Results 1 – 2 of 2) sorted by relevance
526 basic_block srcbb, dstbb; in ipa_merge_profiles() local569 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() local624 FOR_ALL_BB_FN (srcbb, srccfun) in ipa_merge_profiles()[all …]
198 #define BB_COPY_PARTITION(dstbb, srcbb) \ argument199 BB_SET_PARTITION (dstbb, BB_PARTITION (srcbb))