|
LLVM 22.0.0git
|
Optimize calls with "returned" attributes for WebAssembly. More...
#include "WebAssembly.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/InstVisitor.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "wasm-optimize-returned" |
Functions | |
| INITIALIZE_PASS (OptimizeReturned, DEBUG_TYPE, "Optimize calls with \"returned\" attributes for WebAssembly", false, false) FunctionPass *llvm | |
Optimize calls with "returned" attributes for WebAssembly.
Definition in file WebAssemblyOptimizeReturned.cpp.
| #define DEBUG_TYPE "wasm-optimize-returned" |
Definition at line 21 of file WebAssemblyOptimizeReturned.cpp.
| INITIALIZE_PASS | ( | OptimizeReturned | , |
| DEBUG_TYPE | , | ||
| "Optimize calls with \"returned\" attributes for WebAssembly" | , | ||
| false | , | ||
| false | ) |
Definition at line 50 of file WebAssemblyOptimizeReturned.cpp.
References llvm::createWebAssemblyOptimizeReturned(), and DEBUG_TYPE.