LLVM 20.0.0git
|
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "WebAssembly.h"
#include "WebAssemblySubtarget.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Pass.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "wasm-fix-br-table-defaults" |
Functions | |
INITIALIZE_PASS (WebAssemblyFixBrTableDefaults, DEBUG_TYPE, "Removes range checks and sets br_table default targets", false, false) FunctionPass *llvm | |
#define DEBUG_TYPE "wasm-fix-br-table-defaults" |
Definition at line 27 of file WebAssemblyFixBrTableDefaults.cpp.
INITIALIZE_PASS | ( | WebAssemblyFixBrTableDefaults | , |
DEBUG_TYPE | , | ||
"Removes range checks and sets br_table default targets" | , | ||
false | , | ||
false | |||
) |
Definition at line 195 of file WebAssemblyFixBrTableDefaults.cpp.