|
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 341 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::GraphRef = VPlan * |
Definition at line 342 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::NodeRef = VPBlockBase * |
Definition at line 343 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::nodes_iterator = df_iterator<NodeRef> |
Definition at line 344 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 346 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 348 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::begin(), and N.
|
inlinestatic |
Definition at line 352 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::end(), and N.