|
LLVM 22.0.0git
|
This pass creates a unified init and fini kernel with the required metadata. More...
#include "AMDGPUCtorDtorLowering.h"#include "AMDGPU.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Function.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/Module.h"#include "llvm/IR/Value.h"#include "llvm/Pass.h"#include "llvm/Transforms/Utils/ModuleUtils.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "amdgpu-lower-ctor-dtor" |
Functions | |
| INITIALIZE_PASS (AMDGPUCtorDtorLoweringLegacy, DEBUG_TYPE, "Lower ctors and dtors for AMDGPU", false, false) ModulePass *llvm | |
This pass creates a unified init and fini kernel with the required metadata.
Definition in file AMDGPUCtorDtorLowering.cpp.
| #define DEBUG_TYPE "amdgpu-lower-ctor-dtor" |
Definition at line 26 of file AMDGPUCtorDtorLowering.cpp.
| INITIALIZE_PASS | ( | AMDGPUCtorDtorLoweringLegacy | , |
| DEBUG_TYPE | , | ||
| "Lower ctors and dtors for AMDGPU" | , | ||
| false | , | ||
| false | ) |
Definition at line 191 of file AMDGPUCtorDtorLowering.cpp.
References llvm::createAMDGPUCtorDtorLoweringLegacyPass(), and DEBUG_TYPE.