Searched refs:CountValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c135 uint32_t CounterIndex, uint64_t CountValue) {
139 if (!CountValue)
155 CurVNode->Count += CountValue;
196 if (MinCountVNode->Count <= CountValue) {
199 CurVNode->Count = CountValue;
201 MinCountVNode->Count -= CountValue;
210 CurVNode->Count += CountValue;
233 uint64_t CountValue) {
234 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue);
134 instrumentTargetValueImpl(uint64_t TargetValue, void *Data, uint32_t CounterIndex, uint64_t CountValue) argument
231 __llvm_profile_instrument_target_value(uint64_t TargetValue, void *Data, uint32_t CounterIndex, uint64_t CountValue) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp925 uint64_t CountValue = 0; member in struct:__anon4592::PGOUseEdge
932 CountValue = Value;
940 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue))
949 uint64_t CountValue = 0; member in struct:__anon4592::UseBBInfo
959 : BBInfo(IX), CountValue(C), CountValid(true) {}
963 CountValue = Value;
971 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str();
995 Total += E->CountValue;
1127 uint64_t CountValue = CountFromProfile[I++]; local
1129 Info.setBBInfoCount(CountValue);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp99 class CountValue;
195 CountValue *getLoopTripCount(MachineLoop *L,
205 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
313 class CountValue { class in namespace:__anon4129
331 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { function in class:__anon4129::CountValue
345 assert(isReg() && "Wrong CountValue accessor");
350 assert(isReg() && "Wrong CountValue accessor");
355 assert(isImm() && "Wrong CountValue accessor");
566 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
725 CountValue *HexagonHardwareLoop
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java62 "CountValue",
138 AggregationValue value = new CountValue(7);
387 public static CountValue
390 CountValue v = new CountValue(9);

Completed in 140 milliseconds