Searched refs:COMPILER_RT_BOOL_CMPXCHG (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 59 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro 66 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro 74 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro 81 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
|
D | InstrProfilingValue.c | 99 if (!COMPILER_RT_BOOL_CMPXCHG(&Data->Values, 0, Mem)) { in allocateValueProfileCounters() 212 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in __llvm_profile_instrument_target() 214 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode); in __llvm_profile_instrument_target()
|