Home | History | Annotate | Download | only in lazy

Lines Matching refs:AfterBB

852   BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
855 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
857 // Any new code will be inserted in AfterBB.
858 Builder.SetInsertPoint(AfterBB);