Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPort.h29 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
33 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
38 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
42 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
DInstrProfilingValue.c74 if (!COMPILER_RT_BOOL_CMPXCHG(&Data->Values, 0, Mem)) { in allocateValueProfileCounters()
140 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurrentVNode); in __llvm_profile_instrument_target()
142 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurrentVNode); in __llvm_profile_instrument_target()