Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3783 Value *SecondValue = Item.second->getIncomingValueForBlock(B); in MatchPhiNode() local
3784 if (FirstValue == SecondValue) in MatchPhiNode()
3788 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode()