LLVM 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/IR/PassManager.h"
#include "llvm/IR/TypedPointerType.h"
#include "llvm/IR/Value.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::dxil |
namespace | llvm::dxil::PointerTypeAnalysis |
An analysis to compute the PointerTypes for pointers in a Module . | |
Typedefs | |
using | llvm::dxil::PointerTypeMap = DenseMap< const Value *, Type * > |
Functions | |
PointerTypeMap | llvm::dxil::PointerTypeAnalysis::run (const Module &M) |
Compute the PointerTypeMap for the module M . | |