Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPort.h70 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
77 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
85 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
92 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
H A DInstrProfilingValue.c104 if (!COMPILER_RT_BOOL_CMPXCHG(&Data->Values, 0, Mem)) { in allocateValueProfileCounters()
219 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in instrumentTargetValueImpl()
221 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode); in instrumentTargetValueImpl()