Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp633 const bool IsCompoundRW = in instrumentLoadOrStore() local
638 assert((!IsVolatile || !IsCompoundRW) && "Compound volatile invalid!"); in instrumentLoadOrStore()
643 if (IsCompoundRW) in instrumentLoadOrStore()
650 if (IsCompoundRW) in instrumentLoadOrStore()
659 if (IsCompoundRW || IsWrite) in instrumentLoadOrStore()
661 if (IsCompoundRW || !IsWrite) in instrumentLoadOrStore()