MLIR
20.0.0git
|
#include "mlir/IR/Operation.h"
Go to the source code of this file.
Classes | |
class | mlir::AliasResult |
The possible results of an alias query. More... | |
class | mlir::ModRefResult |
The possible results of whether a memory access modifies or references a memory location. More... | |
struct | mlir::detail::AliasAnalysisTraits |
This class contains various internal trait classes used by the main AliasAnalysis class below. More... | |
class | mlir::detail::AliasAnalysisTraits::Concept |
This class represents the Concept of an alias analysis implementation. More... | |
class | mlir::detail::AliasAnalysisTraits::Model< ImplT > |
This class represents the Model of an alias analysis implementation ImplT . More... | |
class | mlir::AliasAnalysis |
This class represents the main alias analysis interface in MLIR. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::detail | |
AttrTypeReplacer. | |
Functions | |
raw_ostream & | mlir::operator<< (raw_ostream &os, const AliasResult &result) |
raw_ostream & | mlir::operator<< (raw_ostream &os, const ModRefResult &result) |