Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c81 uint64_t NumVSites = 0; in allocateValueProfileCounters() local
93 NumVSites += Data->NumValueSites[VKI]; in allocateValueProfileCounters()
96 (ValueProfNode **)calloc(NumVSites, sizeof(ValueProfNode *)); in allocateValueProfileCounters()