Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c146 ValueProfNode *PrevVNode = NULL; in __llvm_profile_instrument_target() local
161 PrevVNode = CurVNode; in __llvm_profile_instrument_target()
213 else if (PrevVNode && !PrevVNode->Next) in __llvm_profile_instrument_target()
214 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode); in __llvm_profile_instrument_target()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingValue.c151 ValueProfNode *PrevVNode = NULL; in instrumentTargetValueImpl() local
166 PrevVNode = CurVNode; in instrumentTargetValueImpl()
220 else if (PrevVNode && !PrevVNode->Next) in instrumentTargetValueImpl()
221 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode); in instrumentTargetValueImpl()