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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c149 ValueProfNode *CurVNode = ValueCounters[CounterIndex]; local
153 while (CurVNode) {
154 if (TargetValue == CurVNode->Value) {
155 CurVNode->Count += CountValue;
158 if (CurVNode->Count < MinCount) {
159 MinCount = CurVNode->Count;
160 MinCountVNode = CurVNode;
162 PrevVNode = CurVNode;
163 CurVNode = CurVNode
[all...]

Completed in 105 milliseconds