Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1035 for (auto *SameValueBB : SameIncomingValueBBs) in isMergingEmptyBlockProfitable() local
1036 if (SameValueBB->getUniquePredecessor() == Pred && in isMergingEmptyBlockProfitable()
1037 DestBB == findDestBlockOfMergeableEmptyBlock(SameValueBB)) in isMergingEmptyBlockProfitable()
1038 BBFreq += BFI->getBlockFreq(SameValueBB); in isMergingEmptyBlockProfitable()