Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp229 uint64_t NewTLAD = std::numeric_limits<uint64_t>::max(); in addMemProfRecord() local
235 NewTLAD = 0; in addMemProfRecord()
238 Alloc.Info.setTotalLifetimeAccessDensity(NewTLAD); in addMemProfRecord()