Home | History | Annotate | Download | only in CodeGen

Lines Matching full:endbb

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