Searched refs:ClInstrumentWrites (Results 1 – 3 of 3) sorted by relevance
87 ClInstrumentWrites("memprof-instrument-writes", variable304 if (!ClInstrumentWrites) in isInterestingMemoryAccess()327 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
117 ClInstrumentWrites("hwasan-instrument-writes", variable873 if (!ClInstrumentWrites || ignoreAccess(ORE, I, SI->getPointerOperand())) in getInterestingMemoryOperands()1098 return (!ClInstrumentWrites || ignoreAccess(ORE, MTI, MTI->getDest())) && in ignoreMemIntrinsic()1102 return !ClInstrumentWrites || ignoreAccess(ORE, MI, MI->getDest()); in ignoreMemIntrinsic()
215 static cl::opt<bool> ClInstrumentWrites( variable1483 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()1507 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1526 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1552 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1579 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()