Home | History | Annotate | Download | only in cached

Lines Matching refs:AfterBB

1234   BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
1237 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
1239 // Any new code will be inserted in AfterBB.
1240 Builder.SetInsertPoint(AfterBB);