Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c151 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl()
249 uint64_t CountValue) { in __llvm_profile_instrument_target_value()
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1241 uint64_t CountValue = CountFromProfile[I++]; setInstrumentedCounts() local
1917 uint64_t CountValue = 0; fixFuncEntryCount() local
1965 uint64_t CountValue = 0; verifyFuncBFI() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp313 class CountValue { global() class
333 explicit CountValue(CountValueType t, Register v, unsigned u = 0) { CountValue() function in __anon38f6faf70111::CountValue
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1509 for (uint64_t CountValue : Counts) { getInstrProfRecord() local