This pass prints the embeddings in the vocabulary

Synopsis

Declared in <llvm/Analysis/IR2Vec.h>

class IR2VecVocabPrinterPass
    : public RequiredPassInfoMixin<IR2VecVocabPrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<IR2VecVocabPrinterPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

IR2VecVocabPrinterPass [constructor]

Construct a printer that writes vocabulary embeddings to OS.

run

Print the IR2Vec vocabulary for module M.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs