Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp97 static cl::opt<bool> ClInstrumentAtomics( variable
306 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
312 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp66 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",
553 if (ClInstrumentAtomics) in sanitizeFunction()
H A DHWAddressSanitizer.cpp107 static cl::opt<bool> ClInstrumentAtomics( variable
806 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
811 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp223 static cl::opt<bool> ClInstrumentAtomics( variable
1341 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
1346 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()