LLVM 22.0.0git
llvm::IR2VecVocabPrinterPass Class Reference

This pass prints the embeddings in the vocabulary. More...

#include "llvm/Analysis/IR2Vec.h"

Inheritance diagram for llvm::IR2VecVocabPrinterPass:
[legend]

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

This pass prints the embeddings in the vocabulary.

Definition at line 453 of file IR2Vec.h.

Constructor & Destructor Documentation

◆ IR2VecVocabPrinterPass()

llvm::IR2VecVocabPrinterPass::IR2VecVocabPrinterPass ( raw_ostream & OS)
inlineexplicit

Definition at line 457 of file IR2Vec.h.

Member Function Documentation

◆ isRequired()

bool llvm::IR2VecVocabPrinterPass::isRequired ( )
inlinestatic

Definition at line 459 of file IR2Vec.h.

◆ run()

PreservedAnalyses IR2VecVocabPrinterPass::run ( Module & M,
ModuleAnalysisManager & MAM )

Definition at line 607 of file IR2Vec.cpp.

References llvm::PreservedAnalyses::all(), assert(), and MAM.


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