Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:AfterBB

843   BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
846 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
848 // Any new code will be inserted in AfterBB.
849 Builder.SetInsertPoint(AfterBB);