Home
last modified time | relevance | path

Searched refs:AlternateRootPhi (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2323 static bool AreEquivalentPhiNodes(PHINode &OrigRootPhi, PHINode &AlternateRootPhi) { in AreEquivalentPhiNodes() argument
2325 if (PhiNum != AlternateRootPhi.getNumIncomingValues() || in AreEquivalentPhiNodes()
2326 OrigRootPhi.getParent() != AlternateRootPhi.getParent()) in AreEquivalentPhiNodes()
2339 CurrentIncomingValues.find(AlternateRootPhi.getIncomingValue(i)); in AreEquivalentPhiNodes()
2343 if (CurrentIncomingBB != AlternateRootPhi.getIncomingBlock(i)) in AreEquivalentPhiNodes()
2378 PHINode *AlternateRootPhi = dyn_cast<PHINode>(PointerToBase[Derived]); in findRematerializationCandidates() local
2379 if (!OrigRootPhi || !AlternateRootPhi) in findRematerializationCandidates()
2390 if (!AreEquivalentPhiNodes(*OrigRootPhi, *AlternateRootPhi)) in findRematerializationCandidates()