LLVM 19.0.0git
Public Member Functions | List of all members
llvm::VPlanPrinter Class Reference

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

#include "Transforms/Vectorize/VPlan.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 3103 of file VPlan.h.

Constructor & Destructor Documentation

◆ VPlanPrinter()

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

Definition at line 3144 of file VPlan.h.

References OS.

Member Function Documentation

◆ dump()

void VPlanPrinter::dump ( )

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