Searched refs:SameValueBB (Results 1 – 1 of 1) sorted by relevance
1030 for (auto *SameValueBB : SameIncomingValueBBs) in isMergingEmptyBlockProfitable() local1031 if (SameValueBB->getUniquePredecessor() == Pred && in isMergingEmptyBlockProfitable()1032 DestBB == findDestBlockOfMergeableEmptyBlock(SameValueBB)) in isMergingEmptyBlockProfitable()1033 BBFreq += BFI->getBlockFreq(SameValueBB); in isMergingEmptyBlockProfitable()