Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3142 Value *SecondValue = Item.second->getIncomingValueForBlock(B); in MatchPhiNode() local
3143 if (FirstValue == SecondValue) in MatchPhiNode()
3147 PHINode *SecondPhi = dyn_cast<PHINode>(SecondValue); in MatchPhiNode()