LLVM 22.0.0git
llvm::MemProfRemoveInfo Class Reference

Strips MemProf attributes and metadata. More...

#include "llvm/Transforms/IPO/MemProfContextDisambiguation.h"

Inheritance diagram for llvm::MemProfRemoveInfo:
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< MemProfRemoveInfo >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Strips MemProf attributes and metadata.

Can be invoked by the pass pipeline when we don't have an index that has recorded that we are linking with allocation libraries containing the necessary APIs for downstream transformations.

Definition at line 103 of file MemProfContextDisambiguation.h.

Member Function Documentation

◆ run()


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