Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp951 for (auto *SameValueBB : SameIncomingValueBBs) in isMergingEmptyBlockProfitable() local
952 if (SameValueBB->getUniquePredecessor() == Pred && in isMergingEmptyBlockProfitable()
953 DestBB == findDestBlockOfMergeableEmptyBlock(SameValueBB)) in isMergingEmptyBlockProfitable()
954 BBFreq += BFI->getBlockFreq(SameValueBB); in isMergingEmptyBlockProfitable()