LLVM 22.0.0git
WebAssemblyOptimizeReturned.cpp File Reference

Optimize calls with "returned" attributes for WebAssembly. More...

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  )