Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:AfterBB

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