LLVM 22.0.0git
WebAssemblyOptimizeLiveIntervals.cpp File Reference

Optimize LiveIntervals for use in a post-RA context. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-optimize-live-intervals"

Functions

 INITIALIZE_PASS (WebAssemblyOptimizeLiveIntervals, DEBUG_TYPE, "Optimize LiveIntervals for WebAssembly", false, false) FunctionPass *llvm

Detailed Description

Optimize LiveIntervals for use in a post-RA context.

Definition in file WebAssemblyOptimizeLiveIntervals.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-optimize-live-intervals"

Definition at line 33 of file WebAssemblyOptimizeLiveIntervals.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( WebAssemblyOptimizeLiveIntervals ,
DEBUG_TYPE ,
"Optimize LiveIntervals for WebAssembly" ,
false ,
false  )