LLVM 22.0.0git
SPIRVRegularizer.cpp File Reference
#include "SPIRV.h"
#include "llvm/Demangle/Demangle.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/InstVisitor.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include <list>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "spirv-regularizer"

Functions

 INITIALIZE_PASS (SPIRVRegularizer, DEBUG_TYPE, "SPIR-V Regularizer", false, false) void SPIRVRegularizer

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "spirv-regularizer"

Definition at line 23 of file SPIRVRegularizer.cpp.

Function Documentation

◆ INITIALIZE_PASS()