LLVM 20.0.0git
|
Some information in MC lowering / asm printing gets generated as instructions get emitted, but may be necessary at the start, such as for .globaltype declarations. More...
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "WebAssembly.h"
#include "WebAssemblyMachineFunctionInfo.h"
#include "WebAssemblySubtarget.h"
#include "WebAssemblyUtilities.h"
#include "llvm/ADT/SCCIterator.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "wasm-mclower-prepass" |
Functions | |
INITIALIZE_PASS (WebAssemblyMCLowerPrePass, DEBUG_TYPE, "Collects information ahead of time for MC lowering", false, false) ModulePass *llvm | |
Some information in MC lowering / asm printing gets generated as instructions get emitted, but may be necessary at the start, such as for .globaltype declarations.
This pass collects this information.
Definition in file WebAssemblyMCLowerPrePass.cpp.
#define DEBUG_TYPE "wasm-mclower-prepass" |
Definition at line 34 of file WebAssemblyMCLowerPrePass.cpp.
INITIALIZE_PASS | ( | WebAssemblyMCLowerPrePass | , |
DEBUG_TYPE | , | ||
"Collects information ahead of time for MC lowering" | , | ||
false | , | ||
false | |||
) |
Definition at line 56 of file WebAssemblyMCLowerPrePass.cpp.