Searched refs:COMPILER_RT_BOOL_CMPXCHG (Results 1 – 3 of 3) 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()
|
| H A D | InstrProfilingUtil.c | 547 if (COMPILER_RT_BOOL_CMPXCHG(&st->top, old_top, n)) in fn_stack_push() 558 if (COMPILER_RT_BOOL_CMPXCHG(&st->top, old_top, new_top)) { in fn_stack_pop()
|