|
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 326 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::GraphRef = VPlan * |
Definition at line 327 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::NodeRef = VPBlockBase * |
Definition at line 328 of file VPlanCFG.h.
| using llvm::GraphTraits< VPlan * >::nodes_iterator = df_iterator<NodeRef> |
Definition at line 329 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 331 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 333 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::begin(), and N.
|
inlinestatic |
Definition at line 337 of file VPlanCFG.h.
References llvm::df_iterator< NodeRef >::end(), and N.