LLVM 24.0.0git
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
11
12using namespace llvm;
13
This file implements dominator tree analysis for a single level of a VPlan's H-CFG.
DominatorTreeBase< VPBlockBase, IsPostDom > DomTreeT
This is an optimization pass for GlobalISel generic memory operations.
VPPostDominanceFrontier(const DomTreeT &VPDT)