Home
last modified time | relevance | path

Searched refs:CountValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c151 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 DPGOInstrumentation.cpp1324 uint64_t CountValue = CountFromProfile[I++]; in setInstrumentedCounts() local
1329 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()
1330 CountValue = 1; in setInstrumentedCounts()
1331 Info.setBBInfoCount(CountValue); in setInstrumentedCounts()
2044 uint64_t CountValue = 0; in fixFuncEntryCount() local
2049 CountValue = *Func.getBBInfo(&BBI).Count; in fixFuncEntryCount()
2051 SumCount.add(APFloat(CountValue * 1.0), APFloat::rmNearestTiesToEven); in fixFuncEntryCount()
2096 uint64_t CountValue = BBInfo->Count.value_or(CountValue); in verifyFuncBFI() local
2100 if (CountValue) in verifyFuncBFI()
2107 bool rawIsHot = CountValue >= HotCountThreshold; in verifyFuncBFI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp92 class CountValue;
188 CountValue *getLoopTripCount(MachineLoop *L,
198 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
306 class CountValue { class
326 explicit CountValue(CountValueType t, Register v, unsigned u = 0) { in CountValue() function in __anoncd4cffa40111::CountValue
562 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount()
722 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount()
819 return new CountValue(CountValue::CV_Immediate, Count); in computeCount()
1030 return new CountValue(CountValue::CV_Register, MuxR, MuxSR); in computeCount()
1243 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java138 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 DInstrProfReader.cpp1399 for (uint64_t CountValue : Counts) { in getInstrProfRecord() local
1400 if (CountValue == (uint64_t)-1) in getInstrProfRecord()
1403 if (std::numeric_limits<uint64_t>::max() - CountValue <= ValueSum) in getInstrProfRecord()
1405 ValueSum += CountValue; in getInstrProfRecord()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp910 ConstantInt *CountValue = cast<ConstantInt>(CountArg); in populateCounterDirections() local
911 int64_t CountLiteral = CountValue->getSExtValue(); in populateCounterDirections()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out627 CountValue:
630 CountValue: