Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp327 SmallSet<Value*, 8> WriteTargets; in chooseInstructionsToInstrument() local
334 WriteTargets.insert(Addr); in chooseInstructionsToInstrument()
340 if (WriteTargets.count(Addr)) { in chooseInstructionsToInstrument()