LLVM 19.0.0git
Public Member Functions | List of all members
llvm::InstructionNamerPass Struct Reference

#include "llvm/Transforms/Utils/InstructionNamer.h"

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 15 of file InstructionNamer.h.

Member Function Documentation

◆ run()

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

Definition at line 43 of file InstructionNamer.cpp.

References llvm::PreservedAnalyses::all(), and F.


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