Propagate C++ EH state numbers through BB for asynchronous EH (‐EHa).

Synopsis

Declared in <llvm/CodeGen/WinEHFuncInfo.h>

void
calculateCXXStateForAsynchEH(
    BasicBlock const* BB,
    int State,
    WinEHFuncInfo& FuncInfo);

Parameters

Name

Description

BB

Basic block at which to begin state propagation.

State

Incoming EH state on normal paths into BB.

FuncInfo

Function EH info updated with per‐block states.

Created with MrDocs