Searched refs:OrigRootPhi (Results 1 – 1 of 1) sorted by relevance
2205 static bool AreEquivalentPhiNodes(PHINode &OrigRootPhi, PHINode &AlternateRootPhi) { in AreEquivalentPhiNodes() argument2206 unsigned PhiNum = OrigRootPhi.getNumIncomingValues(); in AreEquivalentPhiNodes()2208 OrigRootPhi.getParent() != AlternateRootPhi.getParent()) in AreEquivalentPhiNodes()2214 CurrentIncomingValues[OrigRootPhi.getIncomingValue(i)] = in AreEquivalentPhiNodes()2215 OrigRootPhi.getIncomingBlock(i); in AreEquivalentPhiNodes()2260 PHINode *OrigRootPhi = dyn_cast<PHINode>(RootOfChain); in rematerializeLiveValues() local2262 if (!OrigRootPhi || !AlternateRootPhi) in rematerializeLiveValues()2273 if (!AreEquivalentPhiNodes(*OrigRootPhi, *AlternateRootPhi)) in rematerializeLiveValues()