Searched refs:chooseInstructionsToInstrument (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 97 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction *> &Local, 324 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument() function in ThreadSanitizer 413 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, in runOnFunction() 417 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 102 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction *> &Local, 339 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument() function in ThreadSanitizer 435 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, in runOnFunction() 439 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL); in runOnFunction()
|