Searched refs:DoWhile (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp224 BasicBlock *DoWhile = BasicBlock::Create(Builder.getContext(), local
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);
[all...]

Completed in 101 milliseconds