Searched refs:CountValue (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingValue.c | 151 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() 155 if (!CountValue) in instrumentTargetValueImpl() 171 CurVNode->Count += CountValue; in instrumentTargetValueImpl() 212 if (MinCountVNode->Count <= CountValue) { in instrumentTargetValueImpl() 215 CurVNode->Count = CountValue; in instrumentTargetValueImpl() 217 MinCountVNode->Count -= CountValue; in instrumentTargetValueImpl() 226 CurVNode->Count += CountValue; in instrumentTargetValueImpl() 249 uint64_t CountValue) { 250 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); 146 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 D | PGOInstrumentation.cpp | 1243 uint64_t CountValue = CountFromProfile[I++]; in setInstrumentedCounts() local 1248 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts() 1249 CountValue = 1; in setInstrumentedCounts() 1250 Info.setBBInfoCount(CountValue); in setInstrumentedCounts() 1942 uint64_t CountValue = 0; in fixFuncEntryCount() local 1947 CountValue = *Func.getBBInfo(&BBI).Count; in fixFuncEntryCount() 1949 SumCount.add(APFloat(CountValue * 1.0), APFloat::rmNearestTiesToEven); in fixFuncEntryCount() 1990 uint64_t CountValue = 0; in verifyFuncBFI() local 1993 CountValue = Func.getBBInfo(&BBI).Count.value_or(CountValue); in verifyFuncBFI() 1996 if (CountValue) in verifyFuncBFI() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 99 class CountValue; 195 CountValue *getLoopTripCount(MachineLoop *L, 205 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start, 313 class CountValue { class 333 explicit CountValue(CountValueType t, Register v, unsigned u = 0) { in CountValue() function in __anoncd4cffa40111::CountValue 569 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount() 729 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() 821 return new CountValue(CountValue::CV_Immediate, Count); in computeCount() 993 return new CountValue(CountValue::CV_Register, CountR, CountSR); in computeCount() 1206 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 138 AggregationValue value = new CountValue(7); in getAggregationRecord() 387 public static CountValue 390 CountValue v = new CountValue(9); in getCountValue()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1509 for (uint64_t CountValue : Counts) { in getInstrProfRecord() local 1510 if (CountValue == (uint64_t)-1) in getInstrProfRecord() 1513 if (std::numeric_limits<uint64_t>::max() - CountValue <= ValueSum) in getInstrProfRecord() 1515 ValueSum += CountValue; in getInstrProfRecord()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.Bean.ksh.out | 627 CountValue: 630 CountValue:
|