Searched refs:ClInstrumentAtomics (Results 1 – 4 of 4) sorted by relevance
91 static cl::opt<bool> ClInstrumentAtomics( variable310 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()316 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
64 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",555 if (ClInstrumentAtomics) in sanitizeFunction()
121 static cl::opt<bool> ClInstrumentAtomics( variable878 if (!ClInstrumentAtomics || ignoreAccess(ORE, I, RMW->getPointerOperand())) in getInterestingMemoryOperands()883 if (!ClInstrumentAtomics || ignoreAccess(ORE, I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()
224 static cl::opt<bool> ClInstrumentAtomics( variable1488 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()1493 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()