Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2205 static bool AreEquivalentPhiNodes(PHINode &OrigRootPhi, PHINode &AlternateRootPhi) { in AreEquivalentPhiNodes() argument
2206 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() local
2262 if (!OrigRootPhi || !AlternateRootPhi) in rematerializeLiveValues()
2273 if (!AreEquivalentPhiNodes(*OrigRootPhi, *AlternateRootPhi)) in rematerializeLiveValues()