Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp312 uint64_t RandomIndex = Distribution(RNG); in addTemporalProfileTrace() local
313 if (RandomIndex < TemporalProfTraces.size()) in addTemporalProfileTrace()
314 TemporalProfTraces[RandomIndex] = std::move(Trace); in addTemporalProfileTrace()
344 uint64_t RandomIndex = Distribution(RNG); in addTemporalProfileTraces() local
345 if (RandomIndex < TemporalProfTraces.size()) in addTemporalProfileTraces()
346 IndicesToReplace.insert(RandomIndex); in addTemporalProfileTraces()