Searched refs:CandidateBlocks (Results 1 – 2 of 2) sorted by relevance
2564 DenseSet<BasicBlock *> CandidateBlocks; in findCostForOutputBlocks() local2565 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()2576 if (!CandidateBlocks.contains(BB) && FoundBlocks.insert(BB).second) in findCostForOutputBlocks()
2560 SmallSetVector<BasicBlock *, 4> CandidateBlocks; in foldSelectToPhi() local2561 CandidateBlocks.insert(Sel.getParent()); in foldSelectToPhi()2564 CandidateBlocks.insert(I->getParent()); in foldSelectToPhi()2566 for (BasicBlock *BB : CandidateBlocks) in foldSelectToPhi()