Home | History | Annotate | Download | only in Utils

Lines Matching refs:addIncoming

424       PN->addIncoming(InVal, NewBB);
444 NewPHI->addIncoming(V, IncomingBB);
448 PN->addIncoming(NewPHI, NewBB);
490 cast<PHINode>(I)->addIncoming(UndefValue::get(I->getType()), NewBB);
598 PN->addIncoming(Clone1, NewBB1);
599 PN->addIncoming(Clone2, NewBB2);