Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp372 SmallPtrSet<Value*, 8> WriteTargets; in chooseInstructionsToInstrument() local
379 WriteTargets.insert(Addr); in chooseInstructionsToInstrument()
385 if (WriteTargets.count(Addr)) { in chooseInstructionsToInstrument()