Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp654 const bool IsCompoundRW = in instrumentLoadOrStore() local
659 assert((!IsVolatile || !IsCompoundRW) && "Compound volatile invalid!"); in instrumentLoadOrStore()
665 if (IsCompoundRW) in instrumentLoadOrStore()
672 if (IsCompoundRW) in instrumentLoadOrStore()
681 if (IsCompoundRW || IsWrite) in instrumentLoadOrStore()
683 if (IsCompoundRW || !IsWrite) in instrumentLoadOrStore()