Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ContBB

476   llvm::BasicBlock *ContBB = nullptr;
478 ContBB = CGF.createBasicBlock("cleanup.done");
482 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
492 CGF.EmitBlock(ContBB);