Searched refs:WillNotMatch (Results 1 – 1 of 1) sorted by relevance
4395 SmallPtrSet<PHINode *, 8> WillNotMatch; in MatchPhiSet() local4401 WillNotMatch.clear(); in MatchPhiSet()4402 WillNotMatch.insert(PHI); in MatchPhiSet()4415 WillNotMatch.insert_range(llvm::make_first_range(Matched)); in MatchPhiSet()4429 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()4430 for (auto *P : WillNotMatch) in MatchPhiSet()