Searched refs:CounterIndex (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 139 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument 153 ValueProfNode *CurVNode = ValueCounters[CounterIndex]; in instrumentTargetValueImpl() 217 if (!ValueCounters[CounterIndex]) in instrumentTargetValueImpl() 219 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in instrumentTargetValueImpl() 231 uint32_t CounterIndex) { in __llvm_profile_instrument_target() argument 232 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1); in __llvm_profile_instrument_target() 236 uint32_t CounterIndex, in __llvm_profile_instrument_target_value() argument 238 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value() 247 uint32_t CounterIndex) { in __llvm_profile_instrument_memop() argument 250 __llvm_profile_instrument_target(RepValue, Data, CounterIndex); in __llvm_profile_instrument_memop()
|
| H A D | InstrProfiling.h | 136 uint32_t CounterIndex,
|
| /llvm-project-15.0.7/compiler-rt/test/profile/ |
| H A D | instrprof-value-prof-2.c | 25 uint32_t CounterIndex);
|
| H A D | instrprof-value-prof.c | 41 uint32_t CounterIndex);
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 159 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 159 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|