Home
last modified time | relevance | path

Searched refs:OperationFingerPrint (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Pass/
H A DIRPrinting.cpp26 class OperationFingerPrint { class
28 OperationFingerPrint(Operation *topOp) { in OperationFingerPrint() function in __anonc32b97650111::OperationFingerPrint
57 bool operator==(const OperationFingerPrint &other) const { in operator ==()
60 bool operator!=(const OperationFingerPrint &other) const { in operator !=()
95 DenseMap<Pass *, OperationFingerPrint> beforePassFingerPrints;
152 if (fingerPrintIt->second == OperationFingerPrint(op)) { in runAfterPass()