LLVM 22.0.0git
PointerTypeAnalysis.h File Reference

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.