Searched refs:OperationFingerPrint (Results 1 – 1 of 1) sorted by relevance
25 class OperationFingerPrint { class27 OperationFingerPrint(Operation *topOp) { in OperationFingerPrint() function in __anonc17873250111::OperationFingerPrint56 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()