clang
24.0.0git
lib
CIR
Dialect
Analysis
CIRAliasAnalysis.cpp
Go to the documentation of this file.
1
//===- CIRAliasAnalysis.cpp - CIR Alias Analysis Suite --------------------===//
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 "
clang/CIR/Dialect/Analysis/CIRAliasAnalysis.h
"
10
#include "
clang/CIR/Dialect/Analysis/CIRBasicAliasAnalysis.h
"
11
12
void
cir::registerCIRAliasAnalyses
(mlir::AliasAnalysis &aa,
13
mlir::Operation *op) {
14
aa.addAnalysisImplementation(
CIRBasicAliasAnalysis
(op));
15
}
CIRAliasAnalysis.h
CIRBasicAliasAnalysis.h
cir::CIRBasicAliasAnalysis
Basic CIR alias analysis based on pointer provenance and distinct allocation sites.
Definition
CIRBasicAliasAnalysis.h:30
cir::registerCIRAliasAnalyses
void registerCIRAliasAnalyses(mlir::AliasAnalysis &aa, mlir::Operation *op)
Register all CIR alias analysis implementations with aa, which answers queries about values within op...
Definition
CIRAliasAnalysis.cpp:12
Generated on
for clang by
1.14.0