LLVM 24.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 (WebAssemblyOptimizeLiveIntervalsLegacy, DEBUG_TYPE, "Optimize LiveIntervals for WebAssembly", false, false) FunctionPass *llvm
static bool optimizeLiveIntervals (MachineFunction &MF, LiveIntervals &LIS)

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 37 of file WebAssemblyOptimizeLiveIntervals.cpp.

Function Documentation

◆ INITIALIZE_PASS()

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

◆ optimizeLiveIntervals()