Searched refs:ClInstrumentWrites (Results 1 – 3 of 3) sorted by relevance
79 ClInstrumentWrites("memprof-instrument-writes", variable343 if (!ClInstrumentWrites) in isInterestingMemoryAccess()366 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
98 ClInstrumentWrites("hwasan-instrument-writes", variable749 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()922 return (!ClInstrumentWrites || ignoreAccess(MTI, MTI->getDest())) && in ignoreMemIntrinsic()926 return !ClInstrumentWrites || ignoreAccess(MI, MI->getDest()); in ignoreMemIntrinsic()
210 static cl::opt<bool> ClInstrumentWrites( variable1283 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()1303 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()