Home | History | Annotate | Download | only in Chapter4

Lines Matching full:afterbb

944   BasicBlock *AfterBB =
948 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
950 // Any new code will be inserted in AfterBB.
951 Builder.SetInsertPoint(AfterBB);