Searched refs:CountValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 136 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument 140 if (!CountValue) in instrumentTargetValueImpl() 156 CurVNode->Count += CountValue; in instrumentTargetValueImpl() 197 if (MinCountVNode->Count <= CountValue) { in instrumentTargetValueImpl() 200 CurVNode->Count = CountValue; in instrumentTargetValueImpl() 202 MinCountVNode->Count -= CountValue; in instrumentTargetValueImpl() 211 CurVNode->Count += CountValue; in instrumentTargetValueImpl() 234 uint64_t CountValue) { in __llvm_profile_instrument_target_value() argument 235 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 786 uint64_t CountValue = 0; member 793 CountValue = Value; in setEdgeCount() 810 uint64_t CountValue = 0; member 824 CountValue = Value; in setBBInfoCount() 844 Total += E->CountValue; in sumEdgeCount() 979 E->setEdgeCount(CountValue); in setInstrumentedCounts() 988 NewEdge.setEdgeCount(CountValue); in setInstrumentedCounts() 991 NewEdge1.setEdgeCount(CountValue); in setInstrumentedCounts() 1178 if (getBBInfo(&BB).CountValue == 0) in setBranchWeights() 1249 TotalCount = BI->CountValue; in annotateOneSelectInst() [all …]
|
| /freebsd-12.1/contrib/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 __anona1bb3da90111::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() 1205 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
|
| /freebsd-12.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-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 627 CountValue: 630 CountValue:
|