Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingValue.c136 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument
150 ValueProfNode *CurVNode = ValueCounters[CounterIndex]; in instrumentTargetValueImpl()
214 if (!ValueCounters[CounterIndex]) in instrumentTargetValueImpl()
216 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in instrumentTargetValueImpl()
228 uint32_t CounterIndex) { in __llvm_profile_instrument_target() argument
229 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1); in __llvm_profile_instrument_target()
233 uint32_t CounterIndex, in __llvm_profile_instrument_target_value() argument
235 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value()
255 uint64_t TargetValue, void *Data, uint32_t CounterIndex, in __llvm_profile_instrument_range() argument
264 __llvm_profile_instrument_target(TargetValue, Data, CounterIndex); in __llvm_profile_instrument_range()
H A DInstrProfiling.h110 uint32_t CounterIndex,
H A DInstrProfData.inc157 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
159 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) \
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc157 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
159 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) \