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.cpp65 SmallVector<unsigned> DefOpcodes; in stableHashValue() local
67 DefOpcodes.push_back(Def.getOpcode()); in stableHashValue()
68 return hash_combine_range(DefOpcodes.begin(), DefOpcodes.end()); in stableHashValue()