Home | History | Annotate | Download | only in initial

Lines Matching full:afterbb

1087   BasicBlock *AfterBB =
1091 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
1093 // Any new code will be inserted in AfterBB.
1094 Builder.SetInsertPoint(AfterBB);