Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Pass/
DIRPrinting.cpp25 class OperationFingerPrint { class
27 OperationFingerPrint(Operation *topOp) { in OperationFingerPrint() function in __anonc17873250111::OperationFingerPrint
56 bool operator==(const OperationFingerPrint &other) const { in operator ==()
59 bool operator!=(const OperationFingerPrint &other) const { in operator !=()
93 DenseMap<Pass *, OperationFingerPrint> beforePassFingerPrints;
144 if (fingerPrintIt->second == OperationFingerPrint(op)) { in runAfterPass()