LLVM 20.0.0git
|
This file implements dominator tree analysis for a single level of a VPlan's H-CFG. More...
#include "VPlan.h"
#include "VPlanCFG.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/IR/Dominators.h"
#include "llvm/Support/GenericDomTree.h"
Go to the source code of this file.
Classes | |
struct | llvm::DomTreeNodeTraits< VPBlockBase > |
struct | llvm::GraphTraits< VPDomTreeNode * > |
Template specializations of GraphTraits for VPDomTreeNode. More... | |
struct | llvm::GraphTraits< const VPDomTreeNode * > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
using | llvm::VPDominatorTree = DomTreeBase< VPBlockBase > |
Template specialization of the standard LLVM dominator tree utility for VPBlockBases. | |
using | llvm::VPDomTreeNode = DomTreeNodeBase< VPBlockBase > |
This file implements dominator tree analysis for a single level of a VPlan's H-CFG.
Definition in file VPlanDominatorTree.h.