|
LLVM 23.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 350 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::GraphRef = VPlan * |
Definition at line 351 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::NodeRef = VPBlockBase * |
Definition at line 352 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::nodes_iterator = df_iterator<NodeRef> |
Definition at line 353 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 355 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 357 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::begin(), and N.
|
inlinestatic |
Definition at line 361 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::end(), and N.