LLVM 19.0.0git
Macros | Functions
WebAssemblyOptimizeReturned.cpp File Reference

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
 

Detailed Description

Optimize calls with "returned" attributes for WebAssembly.

Definition in file WebAssemblyOptimizeReturned.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-optimize-returned"

Definition at line 21 of file WebAssemblyOptimizeReturned.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( OptimizeReturned  ,
DEBUG_TYPE  ,
"Optimize calls with \"returned\" attributes for WebAssembly"  ,
false  ,
false   
)

Definition at line 50 of file WebAssemblyOptimizeReturned.cpp.