Lines Matching refs:V2
479 const Value *V2 = PN->getIncomingValueForBlock(BB);481 // If V2 is a phi node in BB, look up what the mapped value will be.482 if (const PHINode *V2PN = dyn_cast<PHINode>(V2))484 V2 = V2PN->getIncomingValueForBlock(Pred);487 if (V1 != V2) return false;