LLVM 24.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 (WebAssemblyRegNumberingLegacy, DEBUG_TYPE, "Assigns WebAssembly register numbers for virtual registers", false, false) FunctionPass *llvm
static bool regNumbering (MachineFunction &MF)

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 30 of file WebAssemblyRegNumbering.cpp.

Function Documentation

◆ INITIALIZE_PASS()

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

◆ regNumbering()