Home
last modified time | relevance | path

Searched defs:CountValue (Results 1 – 5 of 5) 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.cpp1324 uint64_t CountValue = CountFromProfile[I++]; in setInstrumentedCounts() local
2044 uint64_t CountValue = 0; in fixFuncEntryCount() local
2096 uint64_t CountValue = BBInfo->Count.value_or(CountValue); in verifyFuncBFI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp306 class CountValue { class
326 explicit CountValue(CountValueType t, Register v, unsigned u = 0) { in CountValue() function in __anoncd4cffa40111::CountValue
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp910 ConstantInt *CountValue = cast<ConstantInt>(CountArg); in populateCounterDirections() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1399 for (uint64_t CountValue : Counts) { in getInstrProfRecord() local