Home | History | Annotate | Download | only in CodeGen

Lines Matching full:endbb

786       llvm::BasicBlock *endBB = CGF.createBasicBlock("arrayinit.end");
787 Builder.CreateCondBr(done, endBB, bodyBB);
790 CGF.EmitBlock(endBB);