Lines Matching defs:OrigRootPhi
1410 // RootOfChain/OrigRootPhi, with the corresponding PHI present in the
2329 static bool AreEquivalentPhiNodes(PHINode &OrigRootPhi, PHINode &AlternateRootPhi) {
2330 unsigned PhiNum = OrigRootPhi.getNumIncomingValues();
2332 OrigRootPhi.getParent() != AlternateRootPhi.getParent())
2335 // OrigRootPhi.
2338 CurrentIncomingValues[OrigRootPhi.getIncomingValue(i)] =
2339 OrigRootPhi.getIncomingBlock(i);
2383 PHINode *OrigRootPhi = dyn_cast<PHINode>(RootOfChain);
2385 if (!OrigRootPhi || !AlternateRootPhi)
2396 if (!AreEquivalentPhiNodes(*OrigRootPhi, *AlternateRootPhi))