|
LLVM 23.0.0git
|
#include "SPIRV.h"#include "SPIRVUtils.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ADT/StringMap.h"#include "llvm/IR/IntrinsicsSPIRV.h"#include "llvm/IR/Module.h"#include "llvm/Support/Debug.h"#include <climits>#include <string>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 32 of file SPIRVPrepareGlobals.cpp.
| INITIALIZE_PASS | ( | SPIRVPrepareGlobals | , |
| "prepare-globals" | , | ||
| "SPIRV prepare global variables" | , | ||
| false | , | ||
| false | ) |
Definition at line 153 of file SPIRVPrepareGlobals.cpp.
References llvm::createSPIRVPrepareGlobalsPass().