Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h91 ValueProfileMap.Reset(); in ResetMaps()
173 ValueBitMap ValueProfileMap; variable
264 ValueProfileMap.ForEach([&](size_t Idx) { in CollectFeatures()
267 FirstFeature += ValueProfileMap.SizeInBits(); in CollectFeatures()
H A DFuzzerTracePC.cpp143 ValueProfileMap.AddValueModPrime(Idx); in HandleCallerCallee()
369 ValueProfileMap.AddValue(Idx); in AddValueForMemcmp()
384 ValueProfileMap.AddValue(PC * 128 + HammingDistance); in HandleCmp()
385 ValueProfileMap.AddValue(PC * 128 + 64 + AbsoluteDistance); in HandleCmp()