Searched refs:CountValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 151 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument 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) { in __llvm_profile_instrument_target_value() argument 250 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 965 uint64_t CountValue = 0; member 969 CountValue = Value; in setEdgeCount() 986 uint64_t CountValue = 0; member 997 CountValue = Value; in setBBInfoCount() 1030 Total += E->CountValue; in sumEdgeCount() 1195 CountValue = 1; in setInstrumentedCounts() 1848 uint64_t CountValue = 0; in fixFuncEntryCount() local 1853 CountValue = Func.getBBInfo(&BBI).CountValue; in fixFuncEntryCount() 1896 uint64_t CountValue = 0; in verifyFuncBFI() local 1900 CountValue = Func.getBBInfo(&BBI).CountValue; in verifyFuncBFI() [all …]
|
| /freebsd-14.2/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 __anondb5f429a0111::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() 1207 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 1359 for (uint64_t CountValue : Counts) { in getInstrProfRecord() local 1360 if (CountValue == (uint64_t)-1) in getInstrProfRecord() 1363 if (std::numeric_limits<uint64_t>::max() - CountValue <= ValueSum) in getInstrProfRecord() 1365 ValueSum += CountValue; in getInstrProfRecord()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 627 CountValue: 630 CountValue:
|