LLVM 20.0.0git
|
#include "AMDGPU.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Mangler.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "amdgpu-lower-enqueued-block" |
Functions | |
INITIALIZE_PASS (AMDGPUOpenCLEnqueuedBlockLowering, DEBUG_TYPE, "Lower OpenCL enqueued blocks", false, false) ModulePass *llvm | |
#define DEBUG_TYPE "amdgpu-lower-enqueued-block" |
Definition at line 44 of file AMDGPUOpenCLEnqueuedBlockLowering.cpp.
INITIALIZE_PASS | ( | AMDGPUOpenCLEnqueuedBlockLowering | , |
DEBUG_TYPE | , | ||
"Lower OpenCL enqueued blocks" | , | ||
false | , | ||
false | |||
) |
Definition at line 68 of file AMDGPUOpenCLEnqueuedBlockLowering.cpp.