Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4058 SmallPtrSet<PHINode *, 8> WillNotMatch; in MatchPhiSet() local
4064 WillNotMatch.clear(); in MatchPhiSet()
4065 WillNotMatch.insert(PHI); in MatchPhiSet()
4079 WillNotMatch.insert(M.first); in MatchPhiSet()
4093 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()
4094 for (auto *P : WillNotMatch) in MatchPhiSet()