|
MLIR 22.0.0git
|
Public Member Functions | |
| LogicalResult | checkEquivalent (Value lhsValue, Value rhsValue) |
| LogicalResult | checkCommutativeEquivalent (ValueRange lhsRange, ValueRange rhsRange) |
| void | markEquivalent (Value lhsResult, Value rhsResult) |
Public Attributes | |
| DenseMap< Value, Value > | equivalentValues |
Definition at line 765 of file OperationSupport.cpp.
|
inline |
Definition at line 771 of file OperationSupport.cpp.
References b, checkEquivalent(), mlir::Value::getAsOpaquePointer(), and success().
Referenced by mlir::OperationEquivalence::isEquivalentTo(), and mlir::OperationEquivalence::isRegionEquivalentTo().
Definition at line 767 of file OperationSupport.cpp.
References equivalentValues, and success().
Referenced by checkCommutativeEquivalent(), mlir::OperationEquivalence::isEquivalentTo(), and mlir::OperationEquivalence::isRegionEquivalentTo().
Definition at line 801 of file OperationSupport.cpp.
References equivalentValues.
Referenced by mlir::OperationEquivalence::isEquivalentTo(), and mlir::OperationEquivalence::isRegionEquivalentTo().
Definition at line 766 of file OperationSupport.cpp.
Referenced by checkEquivalent(), and markEquivalent().