Searched refs:ClInstrumentWrites (Results 1 – 3 of 3) sorted by relevance
93 ClInstrumentWrites("memprof-instrument-writes", variable300 if (!ClInstrumentWrites) in isInterestingMemoryAccess()323 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
103 ClInstrumentWrites("hwasan-instrument-writes", variable801 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()1004 return (!ClInstrumentWrites || ignoreAccess(MTI, MTI->getDest())) && in ignoreMemIntrinsic()1008 return !ClInstrumentWrites || ignoreAccess(MI, MI->getDest()); in ignoreMemIntrinsic()
214 static cl::opt<bool> ClInstrumentWrites( variable1336 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()1360 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1379 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1405 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1432 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()