LLVM 19.0.0git
Macros | Functions | Variables
WasmEHPrepare.cpp File Reference
#include "llvm/CodeGen/WasmEHPrepare.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/WasmEHFuncInfo.h"
#include "llvm/IR/EHPersonalities.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/IntrinsicsWebAssembly.h"
#include "llvm/InitializePasses.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-eh-prepare"
 

Functions

 INITIALIZE_PASS_BEGIN (WasmEHPrepare, DEBUG_TYPE, "Prepare WebAssembly exceptions", false, false) INITIALIZE_PASS_END(WasmEHPrepare
 
template<typename Container >
static void eraseDeadBBsAndChildren (const Container &BBs)
 

Variables

 DEBUG_TYPE
 
Prepare WebAssembly exceptions
 
Prepare WebAssembly false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-eh-prepare"

Definition at line 92 of file WasmEHPrepare.cpp.

Function Documentation

◆ eraseDeadBBsAndChildren()

template<typename Container >
static void eraseDeadBBsAndChildren ( const Container &  BBs)
static

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( WasmEHPrepare  ,
DEBUG_TYPE  ,
"Prepare WebAssembly exceptions"  ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 157 of file WasmEHPrepare.cpp.

◆ exceptions

Prepare WebAssembly exceptions

Definition at line 157 of file WasmEHPrepare.cpp.

◆ false

Prepare WebAssembly false

Definition at line 158 of file WasmEHPrepare.cpp.