Home | History | Annotate | Download | only in initial

Lines Matching refs:AfterBB

1092   BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
1095 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
1097 // Any new code will be inserted in AfterBB.
1098 Builder.SetInsertPoint(AfterBB);