LLVM 22.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 291 of file VPlanCFG.h.
using llvm::GraphTraits< Inverse< VPBlockBase * > >::ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator |
Definition at line 293 of file VPlanCFG.h.
using llvm::GraphTraits< Inverse< VPBlockBase * > >::NodeRef = VPBlockBase * |
Definition at line 292 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 299 of file VPlanCFG.h.
References llvm_unreachable, and N.
|
inlinestatic |
Definition at line 303 of file VPlanCFG.h.
References llvm_unreachable, and N.
|
inlinestatic |
Definition at line 295 of file VPlanCFG.h.
References B(), and llvm_unreachable.