Home
last modified time | relevance | path

Searched refs:WillNotMatch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4395 SmallPtrSet<PHINode *, 8> WillNotMatch; in MatchPhiSet() local
4401 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()