Searched refs:ClInstrumentReads (Results 1 – 3 of 3) sorted by relevance
73 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable334 if (!ClInstrumentReads) in isInterestingMemoryAccess()376 if (!ClInstrumentReads) in isInterestingMemoryAccess()
86 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable664 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
202 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable1432 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()1458 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()