Searched refs:VPMaxNumValsPerSite (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c37 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite = variable
44 VPMaxNumValsPerSite = atoi(Str);
47 if (VPMaxNumValsPerSite > INSTR_PROF_MAX_NUM_VAL_PER_SITE)
48 VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE;
52 VPMaxNumValsPerSite = MaxVals;
91 VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE;
167 if (VDataCount >= VPMaxNumValsPerSite) {
H A DInstrProfilingInternal.h190 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;

Completed in 104 milliseconds