Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp255 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
260 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
264 PrevHash = HashValue; in emitHashes()
272 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
276 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
278 PrevHash = HashValue; in emitOffsets()
325 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
328 if (PrevHash != HashValue) in emitBuckets()
330 PrevHash = HashValue; in emitBuckets()
343 PrevHash != Hash->HashValue) in emitData()
[all …]