struct InferAddressSpacesPass
Declaration
struct InferAddressSpacesPass : public PassInfoMixin { /* full declaration omitted */ };
Description
A CRTP mix-in to automatically provide informational APIs needed for passes. This provides some boilerplate for types that are passes.
Declared at: llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h:16
Inherits from: PassInfoMixin
Member Variables
- private unsigned int FlatAddrSpace = 0
Method Overview
- public InferAddressSpacesPass()
- public InferAddressSpacesPass(unsigned int AddressSpace)
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
Methods
¶InferAddressSpacesPass()
InferAddressSpacesPass()
Declared at: llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h:17
¶InferAddressSpacesPass(unsigned int AddressSpace)
InferAddressSpacesPass(unsigned int AddressSpace)
Declared at: llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h:18
Parameters
- unsigned int AddressSpace
¶llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h:19