Searched refs:CandidateBlocks (Results 1 – 2 of 2) sorted by relevance
2567 DenseSet<BasicBlock *> CandidateBlocks; in findCostForOutputBlocks() local2568 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()2579 if (!CandidateBlocks.contains(BB) && FoundBlocks.insert(BB).second) in findCostForOutputBlocks()
2701 SmallSetVector<BasicBlock *, 4> CandidateBlocks; in foldSelectToPhi() local2702 CandidateBlocks.insert(Sel.getParent()); in foldSelectToPhi()2705 CandidateBlocks.insert(I->getParent()); in foldSelectToPhi()2707 for (BasicBlock *BB : CandidateBlocks) in foldSelectToPhi()