Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:endBB

319   llvm::BasicBlock *endBB = nullptr;
326 endBB = createBasicBlock("cast.end");
329 Builder.CreateCondBr(isNull, endBB, notNullBB);
355 Builder.CreateBr(endBB);
356 EmitBlock(endBB);