Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineStableHash.cpp64 SmallVector<stable_hash> DefOpcodes; in stableHashValue() local
66 DefOpcodes.push_back(Def.getOpcode()); in stableHashValue()
67 return stable_hash_combine(DefOpcodes); in stableHashValue()