| 
    LLVM 22.0.0git
    
   | 
 
#include "Transforms/Vectorize/VPlanCFG.h"
Public Types | |
| using | GraphRef = VPlan * | 
| using | NodeRef = VPBlockBase * | 
| using | nodes_iterator = df_iterator<NodeRef> | 
Static Public Member Functions | |
| static NodeRef | getEntryNode (GraphRef N) | 
| static nodes_iterator | nodes_begin (GraphRef N) | 
| static nodes_iterator | nodes_end (GraphRef N) | 
Definition at line 308 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::GraphRef = VPlan * | 
Definition at line 309 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::NodeRef = VPBlockBase * | 
Definition at line 310 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::nodes_iterator = df_iterator<NodeRef> | 
Definition at line 311 of file VPlanCFG.h.
      
  | 
  inlinestatic | 
Definition at line 313 of file VPlanCFG.h.
References N.
      
  | 
  inlinestatic | 
Definition at line 315 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::begin(), and N.
      
  | 
  inlinestatic | 
Definition at line 319 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::end(), and N.