LLVM 19.0.0git
Public Types | Public Member Functions | Friends | List of all members
llvm::CollectorMetadataAnalysis Class Reference

An analysis pass which caches information about the entire Module. More...

#include "llvm/CodeGen/GCMetadata.h"

Inheritance diagram for llvm::CollectorMetadataAnalysis:
Inheritance graph
[legend]

Public Types

using Result = GCStrategyMap
 

Public Member Functions

Result run (Module &M, ModuleAnalysisManager &MAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Friends

struct AnalysisInfoMixin< CollectorMetadataAnalysis >
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< CollectorMetadataAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

An analysis pass which caches information about the entire Module.

Records a cache of the 'active' gc strategy objects for the current Module.

Definition at line 167 of file GCMetadata.h.

Member Typedef Documentation

◆ Result

Definition at line 173 of file GCMetadata.h.

Member Function Documentation

◆ run()

CollectorMetadataAnalysis::Result CollectorMetadataAnalysis::run ( Module M,
ModuleAnalysisManager MAM 
)

Definition at line 41 of file GCMetadata.cpp.

References F, and llvm::getGCStrategy().

Friends And Related Function Documentation

◆ AnalysisInfoMixin< CollectorMetadataAnalysis >

Definition at line 161 of file GCMetadata.h.


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