Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c135 uint32_t CounterIndex) { in __llvm_profile_instrument_target() argument
148 ValueProfNode *CurVNode = ValueCounters[CounterIndex]; in __llvm_profile_instrument_target()
203 CurVNode = allocateOneNode(PData, CounterIndex, TargetValue); in __llvm_profile_instrument_target()
210 if (!ValueCounters[CounterIndex]) in __llvm_profile_instrument_target()
212 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in __llvm_profile_instrument_target()
DInstrProfData.inc156 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
/external/compiler-rt/test/profile/
Dinstrprof-value-prof-2.c25 uint32_t CounterIndex);
Dinstrprof-value-prof.c40 uint32_t CounterIndex);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc157 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
159 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) \
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc156 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))