Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp627 const bool IsCompoundRW = in instrumentLoadOrStore() local
632 assert((!IsVolatile || !IsCompoundRW) && "Compound volatile invalid!"); in instrumentLoadOrStore()
637 if (IsCompoundRW) in instrumentLoadOrStore()
644 if (IsCompoundRW) in instrumentLoadOrStore()
653 if (IsCompoundRW || IsWrite) in instrumentLoadOrStore()
655 if (IsCompoundRW || !IsWrite) in instrumentLoadOrStore()