Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ContinueBB

3027   llvm::BasicBlock *ContinueBB = CGF.createBasicBlock("memptr.converted");
3028 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB);
3035 Builder.CreateBr(ContinueBB);
3038 CGF.EmitBlock(ContinueBB);