Home | History | Annotate | Download | only in lazy

Lines Matching refs:AfterBB

1132   BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
1135 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
1137 // Any new code will be inserted in AfterBB.
1138 Builder.SetInsertPoint(AfterBB);