LLVM 20.0.0git
|
#include "Transforms/Vectorize/VPlanDominatorTree.h"
Public Types | |
using | NodeType = VPBlockBase |
using | NodePtr = VPBlockBase * |
using | ParentPtr = VPlan * |
Static Public Member Functions | |
static NodePtr | getEntryNode (ParentPtr Parent) |
static ParentPtr | getParent (NodePtr B) |
Definition at line 26 of file VPlanDominatorTree.h.
using llvm::DomTreeNodeTraits< VPBlockBase >::NodePtr = VPBlockBase * |
Definition at line 28 of file VPlanDominatorTree.h.
using llvm::DomTreeNodeTraits< VPBlockBase >::NodeType = VPBlockBase |
Definition at line 27 of file VPlanDominatorTree.h.
using llvm::DomTreeNodeTraits< VPBlockBase >::ParentPtr = VPlan * |
Definition at line 29 of file VPlanDominatorTree.h.
|
inlinestatic |
Definition at line 31 of file VPlanDominatorTree.h.
References llvm::VPlan::getEntry().
|
inlinestatic |
Definition at line 32 of file VPlanDominatorTree.h.
References B.