Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp886 for (auto *SameValueBB : SameIncomingValueBBs) in isMergingEmptyBlockProfitable() local
887 if (SameValueBB->getUniquePredecessor() == Pred && in isMergingEmptyBlockProfitable()
888 DestBB == findDestBlockOfMergeableEmptyBlock(SameValueBB)) in isMergingEmptyBlockProfitable()
889 BBFreq += BFI->getBlockFreq(SameValueBB); in isMergingEmptyBlockProfitable()