Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3728 SmallPtrSet<PHINode *, 8> WillNotMatch; in MatchPhiSet() local
3734 WillNotMatch.clear(); in MatchPhiSet()
3735 WillNotMatch.insert(PHI); in MatchPhiSet()
3749 WillNotMatch.insert(M.first); in MatchPhiSet()
3763 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()
3764 for (auto *P : WillNotMatch) in MatchPhiSet()