Searched refs:NeedsDestruct (Results 1 – 1 of 1) sorted by relevance
2917 llvm::Value *NeedsDestruct = in unregisterGlobalDtorsWithUnAtExit() local2926 CGF.Builder.CreateCondBr(NeedsDestruct, DestructCallBlock, EndBlock); in unregisterGlobalDtorsWithUnAtExit()5196 llvm::Value *NeedsDestruct = CGF.Builder.CreateIsNull(V, "needs_destruct"); in emitCXXStermFinalizer() local5203 CGF.Builder.CreateCondBr(NeedsDestruct, DestructCallBlock, EndBlock); in emitCXXStermFinalizer()