LLVM  8.0.1
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. More...
 

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 64 of file VPlanHCFGBuilder.h.

References buildHierarchicalCFG().

Member Function Documentation

◆ buildHierarchicalCFG()

void VPlanHCFGBuilder::buildHierarchicalCFG ( )

Build H-CFG for TheLoop and update Plan accordingly.

Definition at line 333 of file VPlanHCFGBuilder.cpp.

References llvm::LoopInfoBase< BlockT, LoopT >::analyze(), llvm::dbgs(), LLVM_DEBUG, and Verifier.

Referenced by VPlanHCFGBuilder().


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