Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp119 auto AddUint64 = [&](uint64_t I) { in computeLTOCacheKey() local
208 AddUint64(Fn); in computeLTOCacheKey()
294 AddUint64(S.TTRes.AlignLog2); in computeLTOCacheKey()
295 AddUint64(S.TTRes.SizeM1); in computeLTOCacheKey()
296 AddUint64(S.TTRes.BitMask); in computeLTOCacheKey()
297 AddUint64(S.TTRes.InlineBits); in computeLTOCacheKey()
299 AddUint64(S.WPDRes.size()); in computeLTOCacheKey()
309 AddUint64(Arg); in computeLTOCacheKey()
311 AddUint64(ByArg.second.Info); in computeLTOCacheKey()
327 AddUint64(V); in computeLTOCacheKey()
[all …]