Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingValue.c149 ValueProfNode *MinCountVNode = NULL; in instrumentTargetValueImpl() local
161 MinCountVNode = CurVNode; in instrumentTargetValueImpl()
197 if (MinCountVNode->Count <= CountValue) { in instrumentTargetValueImpl()
198 CurVNode = MinCountVNode; in instrumentTargetValueImpl()
202 MinCountVNode->Count -= CountValue; in instrumentTargetValueImpl()