Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp247 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
252 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
256 PrevHash = HashValue; in emitHashes()
264 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
268 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
270 PrevHash = HashValue; in emitOffsets()
317 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
320 if (PrevHash != HashValue) in emitBuckets()
322 PrevHash = HashValue; in emitBuckets()
335 PrevHash != Hash->HashValue) in emitData()
[all …]