|
MLIR 23.0.0git
|
#include "mlir/IR/Remarks.h"
Static Public Member Functions | |
| static mlir::MLIRContext * | getStaticDummyContext () |
| Helper to provide a static dummy context for sentinel keys. | |
| static unsigned | getHashValue (const mlir::remark::detail::Remark &remark) |
| Create an empty remark Compute the hash value of the remark. | |
| static bool | isEqual (const mlir::remark::detail::Remark &lhs, const mlir::remark::detail::Remark &rhs) |
Static Public Attributes | |
| static constexpr StringRef | kEmptyKey = "<EMPTY_KEY>" |
|
inlinestatic |
Create an empty remark Compute the hash value of the remark.
Definition at line 762 of file Remarks.h.
References mlir::Location::getAsOpaquePointer(), mlir::remark::detail::Remark::getCombinedCategoryName(), mlir::remark::detail::Remark::getLocation(), mlir::remark::detail::Remark::getRemarkKind(), and mlir::remark::detail::Remark::getRemarkName().
|
inlinestatic |
|
inlinestatic |
|
staticconstexpr |