LLVM 22.0.0git
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:
[legend]

Public Member Functions

LLVM_ABI 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 229 of file GCMetadata.h.

Member Function Documentation

◆ run()


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