LLVM
8.0.1
|
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... | |
Main class to build the VPlan H-CFG for an incoming IR.
Definition at line 38 of file VPlanHCFGBuilder.h.
Definition at line 64 of file VPlanHCFGBuilder.h.
References 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().