Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp250 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
255 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
259 PrevHash = HashValue; in emitHashes()
267 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
271 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
273 PrevHash = HashValue; in emitOffsets()
320 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
323 if (PrevHash != HashValue) in emitBuckets()
325 PrevHash = HashValue; in emitBuckets()
333 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitData() local
[all …]