Lines Matching defs:CounterIndex
151 uint32_t CounterIndex, uint64_t CountValue) {
165 ValueProfNode *CurVNode = ValueCounters[CounterIndex];
229 if (!ValueCounters[CounterIndex])
231 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode);
243 uint32_t CounterIndex) {
244 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1);
248 uint32_t CounterIndex,
250 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue);
259 uint32_t CounterIndex) {
262 __llvm_profile_instrument_target(RepValue, Data, CounterIndex);