LLVM 20.0.0git
|
An analysis pass which caches information about the entire Module. More...
#include "llvm/CodeGen/GCMetadata.h"
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 AnalysisKey * | ID () |
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. | |
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.
Definition at line 173 of file GCMetadata.h.
CollectorMetadataAnalysis::Result CollectorMetadataAnalysis::run | ( | Module & | M, |
ModuleAnalysisManager & | MAM | ||
) |
Definition at line 42 of file GCMetadata.cpp.
References F, and llvm::getGCStrategy().
|
friend |
Definition at line 161 of file GCMetadata.h.