Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp477 DenseMap<Value *, size_t> WriteTargets; // Map of addresses to index in All in chooseInstructionsToInstrument() local
488 const auto WriteEntry = WriteTargets.find(Addr); in chooseInstructionsToInstrument()
489 if (!ClInstrumentReadBeforeWrite && WriteEntry != WriteTargets.end()) { in chooseInstructionsToInstrument()
525 WriteTargets[Addr] = All.size() - 1; in chooseInstructionsToInstrument()