Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp872 for (auto *SameValueBB : SameIncomingValueBBs) in isMergingEmptyBlockProfitable() local
873 if (SameValueBB->getUniquePredecessor() == Pred && in isMergingEmptyBlockProfitable()
874 DestBB == findDestBlockOfMergeableEmptyBlock(SameValueBB)) in isMergingEmptyBlockProfitable()
875 BBFreq += BFI->getBlockFreq(SameValueBB); in isMergingEmptyBlockProfitable()