Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp714 for (auto SameValueBB : SameIncomingValueBBs) in isMergingEmptyBlockProfitable() local
715 if (SameValueBB->getUniquePredecessor() == Pred && in isMergingEmptyBlockProfitable()
716 DestBB == findDestBlockOfMergeableEmptyBlock(SameValueBB)) in isMergingEmptyBlockProfitable()
717 BBFreq += BFI->getBlockFreq(SameValueBB); in isMergingEmptyBlockProfitable()