Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp3418 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode() local
3424 if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) || in MatchPhiNode()
3425 FirstPhi->getParent() != SecondPhi->getParent()) in MatchPhiNode()
3429 if (Matcher.count({ FirstPhi, SecondPhi })) in MatchPhiNode()
3435 Matcher.insert({ FirstPhi, SecondPhi }); in MatchPhiNode()
3437 WorkList.push_back({ FirstPhi, SecondPhi }); in MatchPhiNode()