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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c148 ValueProfNode *MinCountVNode = NULL; local
160 MinCountVNode = CurVNode;
196 if (MinCountVNode->Count <= CountValue) {
197 CurVNode = MinCountVNode;
201 MinCountVNode->Count -= CountValue;

Completed in 112 milliseconds