Searched refs:NumVSites (Results 1 – 1 of 1) sorted by relevance
84 uint64_t NumVSites = 0; in allocateValueProfileCounters() local96 NumVSites += Data->NumValueSites[VKI]; in allocateValueProfileCounters()99 assert(NumVSites > 0 && "NumVSites can't be zero"); in allocateValueProfileCounters()101 (ValueProfNode **)calloc(NumVSites, sizeof(ValueProfNode *)); in allocateValueProfileCounters()