Home | History | Annotate | Download | only in CodeGen

Lines Matching full:endbb

523     llvm::BasicBlock *endBB = CGF.createBasicBlock("arrayinit.end");
524 Builder.CreateCondBr(done, endBB, bodyBB);
527 CGF.EmitBlock(endBB);