Home | History | Annotate | Download | only in Utils

Lines Matching refs:addIncoming

302   Carry_1->addIncoming(Zero, Preheader);
303 Carry_1->addIncoming(Carry, DoWhile);
305 SR_3->addIncoming(SR_1, Preheader);
306 SR_3->addIncoming(SR_2, DoWhile);
308 R_1->addIncoming(Tmp3, Preheader);
309 R_1->addIncoming(R, DoWhile);
311 Q_2->addIncoming(Q, Preheader);
312 Q_2->addIncoming(Q_1, DoWhile);
314 Carry_2->addIncoming(Zero, BB1);
315 Carry_2->addIncoming(Carry, DoWhile);
317 Q_3->addIncoming(Q, BB1);
318 Q_3->addIncoming(Q_1, DoWhile);
320 Q_5->addIncoming(Q_4, LoopExit);
321 Q_5->addIncoming(RetVal, SpecialCases);