Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp685 const bool IsCompoundRW = in instrumentLoadOrStore() local
690 assert((!IsVolatile || !IsCompoundRW) && "Compound volatile invalid!"); in instrumentLoadOrStore()
695 if (IsCompoundRW) in instrumentLoadOrStore()
702 if (IsCompoundRW) in instrumentLoadOrStore()
711 if (IsCompoundRW || IsWrite) in instrumentLoadOrStore()
713 if (IsCompoundRW || !IsWrite) in instrumentLoadOrStore()