LLVM 20.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 291 of file VPlanCFG.h.
using llvm::GraphTraits< VPlan * >::GraphRef = VPlan * |
Definition at line 292 of file VPlanCFG.h.
using llvm::GraphTraits< VPlan * >::NodeRef = VPBlockBase * |
Definition at line 293 of file VPlanCFG.h.
using llvm::GraphTraits< VPlan * >::nodes_iterator = df_iterator<NodeRef> |
Definition at line 294 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 296 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 298 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 302 of file VPlanCFG.h.
References N.