Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:InVal

439     Value *InVal = PN->removeIncomingValue(BB, false);
441 // Two options: either the InVal is a phi node defined in BB or it is some
443 PHINode *InValPhi = dyn_cast<PHINode>(InVal);
454 PN->addIncoming(InVal, BBPN->getIncomingBlock(i));
457 PN->addIncoming(InVal, *PI);