Searched refs:CandidateBlocks (Results 1 – 2 of 2) sorted by relevance
2571 DenseSet<BasicBlock *> CandidateBlocks; in findCostForOutputBlocks() local2572 Candidate.getBasicBlocks(CandidateBlocks); in findCostForOutputBlocks()2583 if (!CandidateBlocks.contains(BB) && FoundBlocks.insert(BB).second) in findCostForOutputBlocks()
2516 SmallSetVector<BasicBlock *, 4> CandidateBlocks; in foldSelectToPhi() local2517 CandidateBlocks.insert(Sel.getParent()); in foldSelectToPhi()2520 CandidateBlocks.insert(I->getParent()); in foldSelectToPhi()2522 for (BasicBlock *BB : CandidateBlocks) in foldSelectToPhi()