Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:V2

446         const Value *V2 = PN->getIncomingValueForBlock(BB);
448 // If V2 is a phi node in BB, look up what the mapped value will be.
449 if (const PHINode *V2PN = dyn_cast<PHINode>(V2))
451 V2 = V2PN->getIncomingValueForBlock(Pred);
454 if (V1 != V2) return false;