|
LLVM 22.0.0git
|
#include "llvm/Transforms/Scalar/InferAddressSpaces.h"
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. | |
Definition at line 16 of file InferAddressSpaces.h.
| InferAddressSpacesPass::InferAddressSpacesPass | ( | ) |
Definition at line 1427 of file InferAddressSpaces.cpp.
References UninitializedAddressSpace.
| InferAddressSpacesPass::InferAddressSpacesPass | ( | unsigned | AddressSpace | ) |
Definition at line 1429 of file InferAddressSpaces.cpp.
| PreservedAnalyses InferAddressSpacesPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM ) |
Definition at line 1432 of file InferAddressSpaces.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserve(), and llvm::PreservedAnalyses::preserveSet().