Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3705 SmallPtrSet<PHINode *, 8> WillNotMatch; in MatchPhiSet() local
3711 WillNotMatch.clear(); in MatchPhiSet()
3712 WillNotMatch.insert(PHI); in MatchPhiSet()
3725 WillNotMatch.insert(M.first); in MatchPhiSet()
3739 PhiNotMatchedCount += WillNotMatch.size(); in MatchPhiSet()
3740 for (auto *P : WillNotMatch) in MatchPhiSet()