LLVM 22.0.0git
WebAssemblyRegNumbering.cpp File Reference

This file implements a pass which assigns WebAssembly register numbers for CodeGen virtual registers. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-reg-numbering"

Functions

 INITIALIZE_PASS (WebAssemblyRegNumbering, DEBUG_TYPE, "Assigns WebAssembly register numbers for virtual registers", false, false) FunctionPass *llvm

Detailed Description

This file implements a pass which assigns WebAssembly register numbers for CodeGen virtual registers.

Definition in file WebAssemblyRegNumbering.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-reg-numbering"

Definition at line 27 of file WebAssemblyRegNumbering.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( WebAssemblyRegNumbering ,
DEBUG_TYPE ,
"Assigns WebAssembly register numbers for virtual registers" ,
false ,
false  )