LLVM 23.0.0git
SPIRVPrepareGlobals.cpp File Reference
#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

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "spirv-prepare-globals"

Definition at line 32 of file SPIRVPrepareGlobals.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( SPIRVPrepareGlobals ,
"prepare-globals" ,
"SPIRV prepare global variables" ,
false ,
false  )

Definition at line 153 of file SPIRVPrepareGlobals.cpp.

References llvm::createSPIRVPrepareGlobalsPass().