Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp111 auto AddUint64 = [&](uint64_t I) { in computeLTOCacheKey() local
183 AddUint64(EntryIt->second.size()); in computeLTOCacheKey()
185 AddUint64(Fn); in computeLTOCacheKey()
270 AddUint64(S.TTRes.AlignLog2); in computeLTOCacheKey()
271 AddUint64(S.TTRes.SizeM1); in computeLTOCacheKey()
272 AddUint64(S.TTRes.BitMask); in computeLTOCacheKey()
273 AddUint64(S.TTRes.InlineBits); in computeLTOCacheKey()
275 AddUint64(S.WPDRes.size()); in computeLTOCacheKey()
281 AddUint64(WPD.second.ResByArg.size()); in computeLTOCacheKey()
283 AddUint64(ByArg.first.size()); in computeLTOCacheKey()
[all …]