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

Main class to build the VPlan H-CFG for an incoming IR. More...

#include "Transforms/Vectorize/VPlanHCFGBuilder.h"

Public Member Functions

 VPlanHCFGBuilder (Loop *Lp, LoopInfo *LI, VPlan &P)
 
void buildHierarchicalCFG ()
 Build H-CFG for TheLoop and update Plan accordingly.
 

Detailed Description

Main class to build the VPlan H-CFG for an incoming IR.

Definition at line 38 of file VPlanHCFGBuilder.h.

Constructor & Destructor Documentation

◆ VPlanHCFGBuilder()

llvm::VPlanHCFGBuilder::VPlanHCFGBuilder ( Loop Lp,
LoopInfo LI,
VPlan P 
)
inline

Definition at line 60 of file VPlanHCFGBuilder.h.

Member Function Documentation

◆ buildHierarchicalCFG()

void VPlanHCFGBuilder::buildHierarchicalCFG ( )

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