Home
last modified time | relevance | path

Searched refs:VDataCount (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c151 uint8_t VDataCount = 0; in __llvm_profile_instrument_target() local
163 ++VDataCount; in __llvm_profile_instrument_target()
166 if (VDataCount >= VPMaxNumValsPerSite) { in __llvm_profile_instrument_target()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingValue.c156 uint8_t VDataCount = 0; in instrumentTargetValueImpl() local
168 ++VDataCount; in instrumentTargetValueImpl()
171 if (VDataCount >= VPMaxNumValsPerSite) { in instrumentTargetValueImpl()