Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp82 static cl::opt<bool> ClInstrumentAtomics( variable
349 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
357 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp68 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",
608 if (ClInstrumentAtomics) in sanitizeFunction()
H A DHWAddressSanitizer.cpp95 static cl::opt<bool> ClInstrumentAtomics( variable
753 if (!ClInstrumentAtomics || ignoreAccess(RMW->getPointerOperand())) in getInterestingMemoryOperands()
758 if (!ClInstrumentAtomics || ignoreAccess(XCHG->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp206 static cl::opt<bool> ClInstrumentAtomics( variable
1452 if (!ClInstrumentAtomics || ignoreAccess(RMW->getPointerOperand())) in getInterestingMemoryOperands()
1457 if (!ClInstrumentAtomics || ignoreAccess(XCHG->getPointerOperand())) in getInterestingMemoryOperands()