Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp927 SmallPtrSet<BasicBlock *, 16> SameIncomingValueBBs; in isMergingEmptyBlockProfitable() local
939 SameIncomingValueBBs.insert(DestBBPred); in isMergingEmptyBlockProfitable()
945 if (SameIncomingValueBBs.count(Pred)) in isMergingEmptyBlockProfitable()
951 for (auto *SameValueBB : SameIncomingValueBBs) in isMergingEmptyBlockProfitable()