Lines Matching refs:DoWhile
224 BasicBlock *DoWhile = BasicBlock::Create(Builder.getContext(),
285 Builder.CreateBr(DoWhile);
305 Builder.SetInsertPoint(DoWhile);
322 Builder.CreateCondBr(Tmp12, LoopExit, DoWhile);
346 Carry_1->addIncoming(Carry, DoWhile);
349 SR_3->addIncoming(SR_2, DoWhile);
352 R_1->addIncoming(R, DoWhile);
355 Q_2->addIncoming(Q_1, DoWhile);
358 Carry_2->addIncoming(Carry, DoWhile);
361 Q_3->addIncoming(Q_1, DoWhile);