Searched refs:COMPILER_RT_BOOL_CMPXCHG (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPort.h | 70 #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 D | InstrProfilingValue.c | 116 if (!COMPILER_RT_BOOL_CMPXCHG(&Data->Values, 0, Mem)) { in allocateValueProfileCounters() 231 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in instrumentTargetValueImpl() 233 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode); in instrumentTargetValueImpl()
|