Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ContBB

520   llvm::BasicBlock *ContBB = nullptr;
522 ContBB = CGF.createBasicBlock("cleanup.done");
526 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
536 CGF.EmitBlock(ContBB);