Searched refs:ClInstrumentReads (Results 1 – 3 of 3) sorted by relevance
82 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable298 if (!ClInstrumentReads) in isInterestingMemoryAccess()334 if (!ClInstrumentReads) in isInterestingMemoryAccess()
211 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable1478 if (!ClInstrumentReads || ignoreAccess(I, LI->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()
112 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable868 if (!ClInstrumentReads || ignoreAccess(ORE, I, LI->getPointerOperand())) in getInterestingMemoryOperands()1099 (!ClInstrumentReads || ignoreAccess(ORE, MTI, MTI->getSource())); in ignoreMemIntrinsic()