Home
last modified time | relevance | path

Searched refs:shouldInstrumentReadWriteFromAddress (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp262 static bool shouldInstrumentReadWriteFromAddress(Value *Addr) { in shouldInstrumentReadWriteFromAddress() function
332 if (!shouldInstrumentReadWriteFromAddress(Addr)) in chooseInstructionsToInstrument()
338 if (!shouldInstrumentReadWriteFromAddress(Addr)) in chooseInstructionsToInstrument()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp275 static bool shouldInstrumentReadWriteFromAddress(const Module *M, Value *Addr) { in shouldInstrumentReadWriteFromAddress() function
347 if (!shouldInstrumentReadWriteFromAddress(I->getModule(), Addr)) in chooseInstructionsToInstrument()
353 if (!shouldInstrumentReadWriteFromAddress(I->getModule(), Addr)) in chooseInstructionsToInstrument()