LLVM 19.0.0git
Public Member Functions | List of all members
llvm::VPBlockShallowTraversalWrapper< BlockTy > Class Template Reference

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

#include "Transforms/Vectorize/VPlanCFG.h"

Public Member Functions

 VPBlockShallowTraversalWrapper (BlockTy Entry)
 
BlockTy getEntry ()
 

Detailed Description

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

Helper for GraphTraits specialization that does not traverses through VPRegionBlocks.

Definition at line 166 of file VPlanCFG.h.

Constructor & Destructor Documentation

◆ VPBlockShallowTraversalWrapper()

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

Definition at line 170 of file VPlanCFG.h.

Member Function Documentation

◆ getEntry()

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

Definition at line 171 of file VPlanCFG.h.


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