Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c101 uint32_t CounterIndex) { in __llvm_profile_instrument_target() argument
114 ValueProfNode *CurrentVNode = ValueCounters[CounterIndex]; in __llvm_profile_instrument_target()
138 if (!ValueCounters[CounterIndex]) in __llvm_profile_instrument_target()
140 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurrentVNode); in __llvm_profile_instrument_target()
DInstrProfData.inc124 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
/external/compiler-rt/test/profile/
Dinstrprof-value-prof-2.c19 uint32_t CounterIndex);
Dinstrprof-value-prof.c26 uint32_t CounterIndex);
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc124 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))