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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp84 bool instrumentLoadOrStore(Instruction *I);
351 Res |= instrumentLoadOrStore(Inst);
382 bool ThreadSanitizer::instrumentLoadOrStore(Instruction *I) { function in class:ThreadSanitizer

Completed in 87 milliseconds