Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InVal

341     Value *InVal = PN->removeIncomingValue(BB, false);
343 // Two options: either the InVal is a phi node defined in BB or it is some
345 PHINode *InValPhi = dyn_cast<PHINode>(InVal);
356 PN->addIncoming(InVal, BBPN->getIncomingBlock(i));
359 PN->addIncoming(InVal, *PI);