Searched refs:TsanAtomicCAS (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp167 FunctionCallee TsanAtomicCAS[kNumberOfAccessSizes]; member in struct:__anon3415::ThreadSanitizer
313 TsanAtomicCAS[i] = M.getOrInsertFunction(
788 CallInst *C = IRB.CreateCall(TsanAtomicCAS[Idx], Args);

Completed in 76 milliseconds