Lines Matching full:afterloop
677 br i1 %loopcond, label %loop, label %afterloop
679 afterloop: ; preds = %loop
821 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
833 then creates the block for the loop exit ("afterloop"). Based on the value of
836 the "afterloop" block, so it sets the insertion position to it.</p>
1526 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);