LLVM 19.0.0git
Public Member Functions | List of all members
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 115 of file VPlanCFG.h.

Constructor & Destructor Documentation

◆ VPBlockDeepTraversalWrapper()

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

Definition at line 119 of file VPlanCFG.h.

Member Function Documentation

◆ getEntry()

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

Definition at line 120 of file VPlanCFG.h.


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