Searched refs:ClInstrumentReads (Results 1 – 3 of 3) sorted by relevance
90 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable336 if (!ClInstrumentReads) in isInterestingMemoryAccess()372 if (!ClInstrumentReads) in isInterestingMemoryAccess()
211 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable1411 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()1440 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1459 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1485 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1512 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
105 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable830 if (!ClInstrumentReads || ignoreAccess(ORE, I, LI->getPointerOperand())) in getInterestingMemoryOperands()1062 (!ClInstrumentReads || ignoreAccess(ORE, MTI, MTI->getSource())); in ignoreMemIntrinsic()