Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c96 uint64_t NumVSites = 0; in allocateValueProfileCounters() local
108 NumVSites += Data->NumValueSites[VKI]; in allocateValueProfileCounters()
111 assert(NumVSites > 0 && "NumVSites can't be zero"); in allocateValueProfileCounters()
113 (ValueProfNode **)calloc(NumVSites, sizeof(ValueProfNode *)); in allocateValueProfileCounters()