LLVM  8.0.1
Friends | List of all members
llvm::VPlanPrinter Class Reference

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

#include "Transforms/Vectorize/VPlan.h"

Friends

raw_ostreamoperator<< (raw_ostream &OS, VPlan &Plan)
 
raw_ostreamoperator<< (raw_ostream &OS, const struct VPlanIngredient &I)
 

Detailed Description

VPlanPrinter prints a given VPlan to a given output stream.

The printing is indented and follows the dot format.

Definition at line 1241 of file VPlan.h.

Friends And Related Function Documentation

◆ operator<< [1/2]

raw_ostream& operator<< ( raw_ostream OS,
VPlan Plan 
)
friend

Definition at line 1302 of file VPlan.h.

◆ operator<< [2/2]

raw_ostream& operator<< ( raw_ostream OS,
const struct VPlanIngredient I 
)
friend

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