LLVM 24.0.0git
llvm::InferAddressSpacesPass Class Reference

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

Inheritance diagram for llvm::InferAddressSpacesPass:
[legend]

Public Member Functions

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

Additional Inherited Members

Static Public Member Functions inherited from llvm::OptionalPassInfoMixin< InferAddressSpacesPass >
static bool isRequired ()
Static Public Member Functions inherited from llvm::detail::InfoMixin< 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 ( bool AssumeDefaultIsFlatAddressSpace = false)

Definition at line 1692 of file InferAddressSpaces.cpp.

References UninitializedAddressSpace.

◆ InferAddressSpacesPass() [2/2]

InferAddressSpacesPass::InferAddressSpacesPass ( unsigned AddressSpace,
bool AssumeDefaultIsFlatAddressSpace = false )

Definition at line 1696 of file InferAddressSpaces.cpp.

Member Function Documentation

◆ printPipeline()

void InferAddressSpacesPass::printPipeline ( raw_ostream & OS,
function_ref< StringRef(StringRef)> MapClassName2PassName )

Definition at line 1717 of file InferAddressSpaces.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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