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

Methods

InferAddressSpacesPass()

Declared at: llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h:17

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)

Declared at: llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h:19

Parameters

llvm::Function& F
llvm::FunctionAnalysisManager& AM