Home
last modified time | relevance | path

Searched defs:CountValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c146 instrumentTargetValueImpl(uint64_t TargetValue,void * Data,uint32_t CounterIndex,uint64_t CountValue) instrumentTargetValueImpl() argument
244 __llvm_profile_instrument_target_value(uint64_t TargetValue,void * Data,uint32_t CounterIndex,uint64_t CountValue) __llvm_profile_instrument_target_value() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1243 uint64_t CountValue = CountFromProfile[I++]; in setInstrumentedCounts() local
1942 uint64_t CountValue = 0; in fixFuncEntryCount() local
1990 uint64_t CountValue = 0; in verifyFuncBFI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp313 class CountValue { class
333 explicit CountValue(CountValueType t, Register v, unsigned u = 0) { in CountValue() function in __anoncd4cffa40111::CountValue
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1509 for (uint64_t CountValue : Counts) { in getInstrProfRecord() local