Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2549 DenseSet<BasicBlock *> CandidateBlocks; in findCostForOutputBlocks() local
2550 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()
2561 if (!CandidateBlocks.contains(BB) && FoundBlocks.insert(BB).second) in findCostForOutputBlocks()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2427 SmallSetVector<BasicBlock *, 4> CandidateBlocks; in foldSelectToPhi() local
2428 CandidateBlocks.insert(Sel.getParent()); in foldSelectToPhi()
2431 CandidateBlocks.insert(I->getParent()); in foldSelectToPhi()
2433 for (BasicBlock *BB : CandidateBlocks) in foldSelectToPhi()