Home | History | Annotate | Download | only in Chapter1

Lines Matching full:afterbb

955   BasicBlock *AfterBB =
959 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
961 // Any new code will be inserted in AfterBB.
962 Builder.SetInsertPoint(AfterBB);