Searched refs:CandidateBlocks (Results 1 – 2 of 2) sorted by relevance
2544 DenseSet<BasicBlock *> CandidateBlocks; in findCostForOutputBlocks() local2545 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()2556 if (!CandidateBlocks.contains(BB) && FoundBlocks.insert(BB).second) in findCostForOutputBlocks()
2755 SmallSetVector<BasicBlock *, 4> CandidateBlocks; in foldSelectToPhi() local2756 CandidateBlocks.insert(Sel.getParent()); in foldSelectToPhi()2759 CandidateBlocks.insert(I->getParent()); in foldSelectToPhi()2761 for (BasicBlock *BB : CandidateBlocks) in foldSelectToPhi()