Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
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
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()