Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp641 const bool IsCompoundRW = in instrumentLoadOrStore() local
646 assert((!IsVolatile || !IsCompoundRW) && "Compound volatile invalid!"); in instrumentLoadOrStore()
651 if (IsCompoundRW) in instrumentLoadOrStore()
658 if (IsCompoundRW) in instrumentLoadOrStore()
667 if (IsCompoundRW || IsWrite) in instrumentLoadOrStore()
669 if (IsCompoundRW || !IsWrite) in instrumentLoadOrStore()