Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingValue.c148 ValueProfNode *PrevVNode = NULL; in instrumentTargetValueImpl() local
163 PrevVNode = CurVNode; in instrumentTargetValueImpl()
217 else if (PrevVNode && !PrevVNode->Next) in instrumentTargetValueImpl()
218 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode); in instrumentTargetValueImpl()