Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp246 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
251 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
255 PrevHash = HashValue; in emitHashes()
263 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
267 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
269 PrevHash = HashValue; in emitOffsets()
316 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
319 if (PrevHash != HashValue) in emitBuckets()
321 PrevHash = HashValue; in emitBuckets()
329 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitData() local
[all …]