LLVM: lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp File Reference (original) (raw)
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 |
|---|
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"
Function Documentation
◆ INITIALIZE_PASS()
| INITIALIZE_PASS | ( | WebAssemblyRegNumbering | , |
|---|---|---|---|
| DEBUG_TYPE | , | ||
| "Assigns WebAssembly register numbers for virtual registers" | , | ||
| false | , | ||
| false | ) |