Searched refs:WriteEntry (Results 1 – 1 of 1) sorted by relevance
458 const auto WriteEntry = WriteTargets.find(Addr); in chooseInstructionsToInstrument() local459 if (!ClInstrumentReadBeforeWrite && WriteEntry != WriteTargets.end()) { in chooseInstructionsToInstrument()460 auto &WI = All[WriteEntry->second]; in chooseInstructionsToInstrument()