Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3768 SmallSet<PHINode *, 8> MatchedPHIs; in MatchPhiNode() local
3769 MatchedPHIs.insert(PHI); in MatchPhiNode()
3804 if (MatchedPHIs.insert(FirstPhi).second) in MatchPhiNode()