Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingValue.c83 uint64_t NumVSites = 0; in allocateValueProfileCounters() local
95 NumVSites += Data->NumValueSites[VKI]; in allocateValueProfileCounters()
98 (ValueProfNode **)calloc(NumVSites, sizeof(ValueProfNode *)); in allocateValueProfileCounters()