Searched refs:OperationFingerPrint (Results 1 – 1 of 1) sorted by relevance
26 class OperationFingerPrint { class28 OperationFingerPrint(Operation *topOp) { in OperationFingerPrint() function in __anonc32b97650111::OperationFingerPrint57 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()