LLVM 22.0.0git
llvm::VPlanPrinter Class Reference

VPlanPrinter prints a given VPlan to a given output stream. More...

#include "Transforms/Vectorize/VPlanHelpers.h"

Public Member Functions

 VPlanPrinter (raw_ostream &O, const VPlan &P)
LLVM_DUMP_METHOD void dump ()

Detailed Description

VPlanPrinter prints a given VPlan to a given output stream.

The printing is indented and follows the dot format.

Definition at line 416 of file VPlanHelpers.h.

Constructor & Destructor Documentation

◆ VPlanPrinter()

llvm::VPlanPrinter::VPlanPrinter ( raw_ostream & O,
const VPlan & P )
inline

Definition at line 457 of file VPlanHelpers.h.

References P.

Member Function Documentation

◆ dump()


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