Home | History | Annotate | Download | only in cached

Lines Matching refs:AfterBB

865   BasicBlock *AfterBB =
869 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
871 // Any new code will be inserted in AfterBB.
872 Builder.SetInsertPoint(AfterBB);