LLVM 20.0.0git
|
Inverse graph traits are not implemented yet. More...
#include "Transforms/Vectorize/VPlanCFG.h"
Public Types | |
using | NodeRef = VPBlockBase * |
using | ChildIteratorType = SmallVectorImpl< VPBlockBase * >::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (Inverse< NodeRef > B) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Inverse graph traits are not implemented yet.
TODO: Implement a version of VPBlockNonRecursiveTraversalWrapper to traverse predecessors recursively through regions.
Definition at line 274 of file VPlanCFG.h.
using llvm::GraphTraits< Inverse< VPBlockBase * > >::ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator |
Definition at line 276 of file VPlanCFG.h.
using llvm::GraphTraits< Inverse< VPBlockBase * > >::NodeRef = VPBlockBase * |
Definition at line 275 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 282 of file VPlanCFG.h.
References llvm_unreachable.
|
inlinestatic |
Definition at line 286 of file VPlanCFG.h.
References llvm_unreachable.
|
inlinestatic |
Definition at line 278 of file VPlanCFG.h.
References llvm_unreachable.