Home | History | Annotate | Download | only in Chapter9

Lines Matching full:afterbb

1137   BasicBlock *AfterBB =
1141 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
1143 // Any new code will be inserted in AfterBB.
1144 Builder.SetInsertPoint(AfterBB);