Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c36 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite = variable
43 VPMaxNumValsPerSite = atoi(Str); in lprofSetupValueProfiler()
46 if (VPMaxNumValsPerSite > INSTR_PROF_MAX_NUM_VAL_PER_SITE) in lprofSetupValueProfiler()
47 VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in lprofSetupValueProfiler()
51 VPMaxNumValsPerSite = MaxVals; in lprofSetMaxValsPerSite()
90 VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in allocateValueProfileCounters()
166 if (VDataCount >= VPMaxNumValsPerSite) { in __llvm_profile_instrument_target()
DInstrProfilingInternal.h170 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;