LLVM  8.0.1
VPlanDominatorTree.h
Go to the documentation of this file.
1 //===-- VPlanDominatorTree.h ------------------------------------*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 ///
10 /// \file
11 /// This file implements dominator tree analysis for a single level of a VPlan's
12 /// H-CFG.
13 ///
14 //===----------------------------------------------------------------------===//
15 
16 #ifndef LLVM_TRANSFORMS_VECTORIZE_VPLANDOMINATORTREE_H
17 #define LLVM_TRANSFORMS_VECTORIZE_VPLANDOMINATORTREE_H
18 
19 #include "VPlan.h"
20 #include "llvm/ADT/GraphTraits.h"
21 #include "llvm/IR/Dominators.h"
22 
23 namespace llvm {
24 
25 /// Template specialization of the standard LLVM dominator tree utility for
26 /// VPBlockBases.
28 
30 
31 /// Template specializations of GraphTraits for VPDomTreeNode.
32 template <>
35 
36 template <>
40 } // namespace llvm
41 #endif // LLVM_TRANSFORMS_VECTORIZE_VPLANDOMINATORTREE_H
typename std::vector< DomTreeNodeBase *>::const_iterator const_iterator
This class represents lattice values for constants.
Definition: AllocatorList.h:24
DomTreeNodeBase< VPBlockBase > VPDomTreeNode
Core dominator tree base class.
Definition: LoopInfo.h:61
This file contains the declarations of the Vectorization Plan base classes:
aarch64 promote const