Searched refs:CounterIndex (Results 1 – 6 of 6) sorted by relevance
/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 | 153 * Records the target value for the CounterIndex if not seen before. Otherwise, 156 * uint32_t CounterIndex); 164 uint32_t CounterIndex,
|
/llvm-project/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/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|