15 #ifndef MLIR_ANALYSIS_ALIASANALYSIS_LOCALALIASANALYSIS_H_ 16 #define MLIR_ANALYSIS_ALIASANALYSIS_LOCALALIASANALYSIS_H_ 34 #endif // MLIR_ANALYSIS_ALIASANALYSIS_LOCALALIASANALYSIS_H_ Include the generated interface declarations.
Operation is a basic unit of execution within MLIR.
The possible results of an alias query.
The possible results of whether a memory access modifies or references a memory location.
ModRefResult getModRef(Operation *op, Value location)
Return the modify-reference behavior of op on location.
This class represents an instance of an SSA value in the MLIR system, representing a computable value...
This class implements a local form of alias analysis that tries to identify the underlying values add...
AliasResult alias(Value lhs, Value rhs)
Given two values, return their aliasing behavior.