Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3822 SmallPtrSet<PHINode *, 8> WillNotMatch; in MatchPhiSet() local
3828 WillNotMatch.clear(); in MatchPhiSet()
3829 WillNotMatch.insert(PHI); in MatchPhiSet()
3843 WillNotMatch.insert(M.first); in MatchPhiSet()
3857 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()
3858 for (auto *P : WillNotMatch) in MatchPhiSet()