|
LLVM 22.0.0git
|
#include "SPIRV.h"#include "SPIRVUtils.h"#include "llvm/ADT/STLExtras.h"#include "llvm/IR/Module.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "spirv-prepare-globals" |
Functions | |
| INITIALIZE_PASS (SPIRVPrepareGlobals, "prepare-globals", "SPIRV prepare global variables", false, false) namespace llvm | |
| #define DEBUG_TYPE "spirv-prepare-globals" |
Definition at line 21 of file SPIRVPrepareGlobals.cpp.
| INITIALIZE_PASS | ( | SPIRVPrepareGlobals | , |
| "prepare-globals" | , | ||
| "SPIRV prepare global variables" | , | ||
| false | , | ||
| false | ) |
Definition at line 142 of file SPIRVPrepareGlobals.cpp.
References llvm::createSPIRVPrepareGlobalsPass().