LLVM  8.0.1
Macros | Functions
WasmEHPrepare.cpp File Reference
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/Triple.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/CodeGen/WasmEHFuncInfo.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
Include dependency graph for WasmEHPrepare.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasmehprepare"
 

Functions

 INITIALIZE_PASS (WasmEHPrepare, DEBUG_TYPE, "Prepare WebAssembly exceptions", false, false) FunctionPass *llvm
 
template<typename Container >
static void eraseDeadBBsAndChildren (const Container &BBs)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasmehprepare"

Definition at line 128 of file WasmEHPrepare.cpp.

Function Documentation

◆ eraseDeadBBsAndChildren()

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

◆ INITIALIZE_PASS()

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

Definition at line 170 of file WasmEHPrepare.cpp.

References llvm::StructType::get(), and llvm::Module::getContext().