LLVM 19.0.0git
Public Member Functions | List of all members
llvm::GCLoweringPass Class Reference

LowerIntrinsics - This pass rewrites calls to the llvm.gcread or llvm.gcwrite intrinsics, replacing them with simple loads and stores as directed by the GCStrategy. More...

#include "llvm/CodeGen/GCMetadata.h"

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

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< GCLoweringPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< GCLoweringPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

LowerIntrinsics - This pass rewrites calls to the llvm.gcread or llvm.gcwrite intrinsics, replacing them with simple loads and stores as directed by the GCStrategy.

It also performs automatic root initialization and custom intrinsic lowering.

This pass requires CollectorMetadataAnalysis.

Definition at line 195 of file GCMetadata.h.

Member Function Documentation

◆ run()

PreservedAnalyses GCLoweringPass::run ( Function F,
FunctionAnalysisManager FAM 
)

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