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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp71 bool instrumentLoadOrStore(Instruction *I);
261 Res |= instrumentLoadOrStore(AllLoadsAndStores[i]);
280 bool ThreadSanitizer::instrumentLoadOrStore(Instruction *I) { function in class:ThreadSanitizer

Completed in 81 milliseconds