Searched refs:SecondPhi (Results 1 – 1 of 1) sorted by relevance
3418 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode() local3424 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()