Lines Matching refs:DoWhile
183 BasicBlock *DoWhile = BasicBlock::Create(Builder.getContext(),
242 Builder.CreateBr(DoWhile);
262 Builder.SetInsertPoint(DoWhile);
279 Builder.CreateCondBr(Tmp12, LoopExit, DoWhile);
303 Carry_1->addIncoming(Carry, DoWhile);
306 SR_3->addIncoming(SR_2, DoWhile);
309 R_1->addIncoming(R, DoWhile);
312 Q_2->addIncoming(Q_1, DoWhile);
315 Carry_2->addIncoming(Carry, DoWhile);
318 Q_3->addIncoming(Q_1, DoWhile);