LLVM 22.0.0git
llvm::InferAddressSpacesPass Struct Reference

#include "llvm/Transforms/Scalar/InferAddressSpaces.h"

Inheritance diagram for llvm::InferAddressSpacesPass:
[legend]

Public Member Functions

 InferAddressSpacesPass ()
 InferAddressSpacesPass (unsigned AddressSpace)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< InferAddressSpacesPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< InferAddressSpacesPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 16 of file InferAddressSpaces.h.

Constructor & Destructor Documentation

◆ InferAddressSpacesPass() [1/2]

InferAddressSpacesPass::InferAddressSpacesPass ( )

Definition at line 1448 of file InferAddressSpaces.cpp.

References UninitializedAddressSpace.

◆ InferAddressSpacesPass() [2/2]

InferAddressSpacesPass::InferAddressSpacesPass ( unsigned AddressSpace)

Definition at line 1450 of file InferAddressSpaces.cpp.

Member Function Documentation

◆ run()


The documentation for this struct was generated from the following files: