Searched refs:CountValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 139 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument 143 if (!CountValue) in instrumentTargetValueImpl() 159 CurVNode->Count += CountValue; in instrumentTargetValueImpl() 200 if (MinCountVNode->Count <= CountValue) { in instrumentTargetValueImpl() 203 CurVNode->Count = CountValue; in instrumentTargetValueImpl() 205 MinCountVNode->Count -= CountValue; in instrumentTargetValueImpl() 214 CurVNode->Count += CountValue; in instrumentTargetValueImpl() 237 uint64_t CountValue) { in __llvm_profile_instrument_target_value() argument 238 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 980 uint64_t CountValue = 0; member 987 CountValue = Value; in setEdgeCount() 1004 uint64_t CountValue = 0; member 1018 CountValue = Value; in setBBInfoCount() 1050 Total += E->CountValue; in sumEdgeCount() 1192 CountValue = 1; in setInstrumentedCounts() 1686 uint64_t CountValue = 0; in fixFuncEntryCount() local 1691 CountValue = Func.getBBInfo(&BBI).CountValue; in fixFuncEntryCount() 1734 uint64_t CountValue = 0; in verifyFuncBFI() local 1738 CountValue = Func.getBBInfo(&BBI).CountValue; in verifyFuncBFI() [all …]
|
| /freebsd-13.1/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 331 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { in CountValue() function in __anonfa5b84d80111::CountValue 566 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount() 725 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() 817 return new CountValue(CountValue::CV_Immediate, Count); in computeCount() 985 return new CountValue(CountValue::CV_Register, CountR, CountSR); in computeCount() 1204 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
|
| /freebsd-13.1/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-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 627 CountValue: 630 CountValue:
|