Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:addIncoming

97   SrcElementCurrent->addIncoming(SrcBegin, EntryBB);
100 DestElementCurrent->addIncoming(DestBegin, EntryBB);
114 DestElementCurrent->addIncoming(DestElementNext, Builder.GetInsertBlock());
115 SrcElementCurrent->addIncoming(SrcElementNext, Builder.GetInsertBlock());