Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp110 auto AddUint64 = [&](uint64_t I) { in computeLTOCacheKey() local
182 AddUint64(Fn); in computeLTOCacheKey()
267 AddUint64(S.TTRes.AlignLog2); in computeLTOCacheKey()
268 AddUint64(S.TTRes.SizeM1); in computeLTOCacheKey()
269 AddUint64(S.TTRes.BitMask); in computeLTOCacheKey()
270 AddUint64(S.TTRes.InlineBits); in computeLTOCacheKey()
272 AddUint64(S.WPDRes.size()); in computeLTOCacheKey()
282 AddUint64(Arg); in computeLTOCacheKey()
284 AddUint64(ByArg.second.Info); in computeLTOCacheKey()
300 AddUint64(V); in computeLTOCacheKey()
[all …]