Home | History | Annotate | Download | only in CodeGen

Lines Matching full:continuebb

1130   llvm::BasicBlock *ContinueBB = CGF.createBasicBlock("memptr.converted");
1131 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB);
1186 Builder.CreateBr(ContinueBB);
1189 CGF.EmitBlock(ContinueBB);