Lines Matching defs:DoWhile
201 BasicBlock *DoWhile = BasicBlock::Create(Builder.getContext(),
264 Builder.CreateBr(DoWhile);
284 Builder.SetInsertPoint(DoWhile);
301 Builder.CreateCondBr(Tmp12, LoopExit, DoWhile);
325 Carry_1->addIncoming(Carry, DoWhile);
328 SR_3->addIncoming(SR_2, DoWhile);
331 R_1->addIncoming(R, DoWhile);
334 Q_2->addIncoming(Q_1, DoWhile);
337 Carry_2->addIncoming(Carry, DoWhile);
340 Q_3->addIncoming(Q_1, DoWhile);