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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp249 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); local
254 if (SkipIdenticalHashes && PrevHash == HashValue)
258 PrevHash = HashValue;
266 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); local
270 if (SkipIdenticalHashes && PrevHash == HashValue)
272 PrevHash = HashValue;
319 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); local
322 if (PrevHash != HashValue)
324 PrevHash = HashValue;
332 uint64_t PrevHash local
[all...]

Completed in 116 milliseconds