LLVM 22.0.0git
llvm::IR2VecPrinterPass Class Reference

This pass prints the IR2Vec embeddings for instructions, basic blocks, and functions. More...

#include "llvm/Analysis/IR2Vec.h"

Inheritance diagram for llvm::IR2VecPrinterPass:
[legend]

Public Member Functions

 IR2VecPrinterPass (raw_ostream &OS)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &MAM)
Public Member Functions inherited from llvm::PassInfoMixin< IR2VecPrinterPass >
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< IR2VecPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

This pass prints the IR2Vec embeddings for instructions, basic blocks, and functions.

Definition at line 443 of file IR2Vec.h.

Constructor & Destructor Documentation

◆ IR2VecPrinterPass()

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

Definition at line 447 of file IR2Vec.h.

Member Function Documentation

◆ isRequired()

bool llvm::IR2VecPrinterPass::isRequired ( )
inlinestatic

Definition at line 449 of file IR2Vec.h.

◆ run()


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