Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp91 static cl::opt<bool> ClInstrumentAtomics( variable
310 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
316 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp64 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",
555 if (ClInstrumentAtomics) in sanitizeFunction()
H A DHWAddressSanitizer.cpp121 static cl::opt<bool> ClInstrumentAtomics( variable
878 if (!ClInstrumentAtomics || ignoreAccess(ORE, I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
883 if (!ClInstrumentAtomics || ignoreAccess(ORE, I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp224 static cl::opt<bool> ClInstrumentAtomics( variable
1488 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
1493 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()