LLVM
24.0.0git
lib
Transforms
Vectorize
VPlanDominatorTree.cpp
Go to the documentation of this file.
1
//===-- VPlanDominatorTree.cpp --------------------------------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#include "
VPlanDominatorTree.h
"
10
#include "
llvm/Analysis/DominanceFrontierImpl.h
"
11
12
using namespace
llvm
;
13
14
VPPostDominanceFrontier::VPPostDominanceFrontier
(
const
DomTreeT
&VPDT) {
15
analyze
(VPDT);
16
}
DominanceFrontierImpl.h
VPlanDominatorTree.h
This file implements dominator tree analysis for a single level of a VPlan's H-CFG.
llvm::DominanceFrontierBase< VPBlockBase, true >::analyze
void analyze(const DomTreeT &DT)
Definition
DominanceFrontierImpl.h:77
llvm::DominanceFrontierBase< VPBlockBase, true >::DomTreeT
DominatorTreeBase< VPBlockBase, IsPostDom > DomTreeT
Definition
DominanceFrontier.h:49
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
FunctionInfo.h:25
llvm::VPPostDominanceFrontier::VPPostDominanceFrontier
VPPostDominanceFrontier(const DomTreeT &VPDT)
Definition
VPlanDominatorTree.cpp:14
Generated on
for LLVM by
1.14.0