MIR2VecPrinter pass - This pass prints out the MIR2Vec embeddings for machine functions, basic blocks and instructions.
Declared in <llvm/CodeGen/MIR2Vec.h>
MachineFunctionPass*
createMIR2VecPrinterLegacyPass(raw_ostream& OS);
The newly created MachineFunctionPass.
| Name | Description |
|---|---|
| OS | Output stream that receives the printed embeddings. |