Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2571 DenseSet<BasicBlock *> CandidateBlocks; in findCostForOutputBlocks() local
2572 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()
2583 if (!CandidateBlocks.contains(BB) && FoundBlocks.insert(BB).second) in findCostForOutputBlocks()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2516 SmallSetVector<BasicBlock *, 4> CandidateBlocks; in foldSelectToPhi() local
2517 CandidateBlocks.insert(Sel.getParent()); in foldSelectToPhi()
2520 CandidateBlocks.insert(I->getParent()); in foldSelectToPhi()
2522 for (BasicBlock *BB : CandidateBlocks) in foldSelectToPhi()