Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3709 SmallPtrSet<PHINode *, 8> WillNotMatch; in MatchPhiSet() local
3715 WillNotMatch.clear(); in MatchPhiSet()
3716 WillNotMatch.insert(PHI); in MatchPhiSet()
3729 WillNotMatch.insert(M.first); in MatchPhiSet()
3743 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()
3744 for (auto *P : WillNotMatch) in MatchPhiSet()