|
LLVM 22.0.0git
|
#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/IR/Module.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 |
| #define DEBUG_TYPE "wasm-eh-prepare" |
Definition at line 93 of file WasmEHPrepare.cpp.
|
static |
Definition at line 175 of file WasmEHPrepare.cpp.
References llvm::SmallVectorImpl< T >::append(), llvm::DeleteDeadBlock(), llvm::SmallVectorTemplateCommon< T, typename >::empty(), llvm::SmallVectorImpl< T >::pop_back_val(), llvm::pred_empty(), llvm::succ_begin(), and llvm::succ_end().
| INITIALIZE_PASS_BEGIN | ( | WasmEHPrepare | , |
| DEBUG_TYPE | , | ||
| "Prepare WebAssembly exceptions" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
| DEBUG_TYPE |
Definition at line 158 of file WasmEHPrepare.cpp.
| Prepare WebAssembly exceptions |
Definition at line 158 of file WasmEHPrepare.cpp.
| Prepare WebAssembly false |
Definition at line 159 of file WasmEHPrepare.cpp.