LLVM 22.0.0git
llvm::VPBlockDeepTraversalWrapper< BlockTy > Class Template Reference

Helper for GraphTraits specialization that traverses through VPRegionBlocks. More...

#include "Transforms/Vectorize/VPlanCFG.h"

Public Member Functions

 VPBlockDeepTraversalWrapper (BlockTy Entry)
BlockTy getEntry ()

Detailed Description

template<typename BlockTy>
class llvm::VPBlockDeepTraversalWrapper< BlockTy >

Helper for GraphTraits specialization that traverses through VPRegionBlocks.

Definition at line 117 of file VPlanCFG.h.

Constructor & Destructor Documentation

◆ VPBlockDeepTraversalWrapper()

template<typename BlockTy>
llvm::VPBlockDeepTraversalWrapper< BlockTy >::VPBlockDeepTraversalWrapper ( BlockTy Entry)
inline

Definition at line 121 of file VPlanCFG.h.

Member Function Documentation

◆ getEntry()

template<typename BlockTy>
BlockTy llvm::VPBlockDeepTraversalWrapper< BlockTy >::getEntry ( )
inline

Definition at line 122 of file VPlanCFG.h.


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