Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c163 ValueProfNode *PrevVNode = NULL; in instrumentTargetValueImpl() local
178 PrevVNode = CurVNode; in instrumentTargetValueImpl()
232 else if (PrevVNode && !PrevVNode->Next) in instrumentTargetValueImpl()
233 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode); in instrumentTargetValueImpl()