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 DMemProfiler.cpp99 static cl::opt<bool> ClInstrumentAtomics( variable
348 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
354 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp65 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",
552 if (ClInstrumentAtomics) in sanitizeFunction()
H A DHWAddressSanitizer.cpp114 static cl::opt<bool> ClInstrumentAtomics( variable
840 if (!ClInstrumentAtomics || ignoreAccess(ORE, I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
845 if (!ClInstrumentAtomics || ignoreAccess(ORE, I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp224 static cl::opt<bool> ClInstrumentAtomics( variable
1421 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
1426 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()