Searched refs:AreEquivalentPhiNodes (Results 1 – 1 of 1) sorted by relevance
2323 static bool AreEquivalentPhiNodes(PHINode &OrigRootPhi, PHINode &AlternateRootPhi) { in AreEquivalentPhiNodes() function2390 if (!AreEquivalentPhiNodes(*OrigRootPhi, *AlternateRootPhi)) in findRematerializationCandidates()