LLVM: lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp File Reference (original) (raw)
Does various transformations for exception handling. More...
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "wasm-late-eh-prepare" |
| Functions | |
|---|---|
| INITIALIZE_PASS (WebAssemblyLateEHPrepare, DEBUG_TYPE, "WebAssembly Late Exception Preparation", false, false) FunctionPass *llvm | |
| template | |
| static void | eraseDeadBBsAndChildren (const Container &MBBs) |
Does various transformations for exception handling.
Definition in file WebAssemblyLateEHPrepare.cpp.
◆ DEBUG_TYPE
#define DEBUG_TYPE "wasm-late-eh-prepare"
◆ eraseDeadBBsAndChildren()
template
| void eraseDeadBBsAndChildren ( const Container & MBBs) | static |
|---|
◆ INITIALIZE_PASS()
| INITIALIZE_PASS | ( | WebAssemblyLateEHPrepare | , |
|---|---|---|---|
| DEBUG_TYPE | , | ||
| "WebAssembly Late Exception Preparation" | , | ||
| false | , | ||
| false | ) |