My Project
|
#include <AffineAnalysis.h>
Public Types | |
enum | ResultEnum { HasDependence, NoDependence, Failure } |
Public Member Functions | |
DependenceResult (ResultEnum v) | |
Public Attributes | |
enum mlir::DependenceResult::ResultEnum | value |
Checks whether two accesses to the same memref access the same element. Each access is specified using the MemRefAccess structure, which contains the operation, indices and memref associated with the access. Returns 'NoDependence' if it can be determined conclusively that the accesses do not access the same memref element. If 'allowRAR' is true, will consider read-after-read dependences (typically used by applications trying to optimize input reuse).
|
inline |
enum mlir::DependenceResult::ResultEnum mlir::DependenceResult::value |