Searched refs:CounterIndex (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 151 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument 165 ValueProfNode *CurVNode = ValueCounters[CounterIndex]; in instrumentTargetValueImpl() 229 if (!ValueCounters[CounterIndex]) in instrumentTargetValueImpl() 231 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in instrumentTargetValueImpl() 243 uint32_t CounterIndex) { in __llvm_profile_instrument_target() argument 244 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1); in __llvm_profile_instrument_target() 248 uint32_t CounterIndex, in __llvm_profile_instrument_target_value() argument 250 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value() 259 uint32_t CounterIndex) { in __llvm_profile_instrument_memop() argument 262 __llvm_profile_instrument_target(RepValue, Data, CounterIndex); in __llvm_profile_instrument_memop()
|
| H A D | InstrProfiling.h | 158 uint32_t CounterIndex,
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|
| /src/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|