Searched refs:chooseInstructionsToInstrument (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp93 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction *> &Local,
279 void ThreadSanitizer::chooseInstructionsToInstrument( function in class:ThreadSanitizer
361 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores,
365 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL);

Completed in 52 milliseconds