Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InVal

412     Value *InVal = PN->removeIncomingValue(BB, false);
414 // Two options: either the InVal is a phi node defined in BB or it is some
416 PHINode *InValPhi = dyn_cast<PHINode>(InVal);
427 PN->addIncoming(InVal, BBPN->getIncomingBlock(i));
430 PN->addIncoming(InVal, *PI);