Searched refs:WriteTargets (Results 1 – 1 of 1) sorted by relevance
421 DenseMap<Value *, size_t> WriteTargets; // Map of addresses to index in All in chooseInstructionsToInstrument() local432 const auto WriteEntry = WriteTargets.find(Addr); in chooseInstructionsToInstrument()433 if (!ClInstrumentReadBeforeWrite && WriteEntry != WriteTargets.end()) { in chooseInstructionsToInstrument()469 WriteTargets[Addr] = All.size() - 1; in chooseInstructionsToInstrument()