Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2567 DenseSet<BasicBlock *> CandidateBlocks; in findCostForOutputBlocks() local
2568 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()
2579 if (!CandidateBlocks.contains(BB) && FoundBlocks.insert(BB).second) in findCostForOutputBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2701 SmallSetVector<BasicBlock *, 4> CandidateBlocks; in foldSelectToPhi() local
2702 CandidateBlocks.insert(Sel.getParent()); in foldSelectToPhi()
2705 CandidateBlocks.insert(I->getParent()); in foldSelectToPhi()
2707 for (BasicBlock *BB : CandidateBlocks) in foldSelectToPhi()