Home | History | Annotate | Download | only in cached

Lines Matching refs:AfterBB

870   BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
873 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
875 // Any new code will be inserted in AfterBB.
876 Builder.SetInsertPoint(AfterBB);