Searched refs:SecondPhi (Results 1 – 1 of 1) sorted by relevance
4024 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode() local4030 if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) || in MatchPhiNode()4031 FirstPhi->getParent() != SecondPhi->getParent()) in MatchPhiNode()4035 if (Matcher.count({FirstPhi, SecondPhi})) in MatchPhiNode()4041 Matcher.insert({FirstPhi, SecondPhi}); in MatchPhiNode()4043 WorkList.push_back({FirstPhi, SecondPhi}); in MatchPhiNode()