Home
last modified time | relevance | path

Searched refs:ClInstrumentAtomics (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp83 static cl::opt<bool> ClInstrumentAtomics( variable
349 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
355 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp67 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",
563 if (ClInstrumentAtomics) in sanitizeFunction()
H A DHWAddressSanitizer.cpp102 static cl::opt<bool> ClInstrumentAtomics( variable
754 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
759 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp219 static cl::opt<bool> ClInstrumentAtomics( variable
1288 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
1293 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()