Searched refs:CounterIndex (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingValue.c | 135 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()
|
D | InstrProfData.inc | 156 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|
/external/compiler-rt/test/profile/ |
D | instrprof-value-prof-2.c | 25 uint32_t CounterIndex);
|
D | instrprof-value-prof.c | 40 uint32_t CounterIndex);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 157 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/ |
D | InstrProfData.inc | 156 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
|