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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp94 bool instrumentLoadOrStore(Instruction *I, const DataLayout &DL);
427 Res |= instrumentLoadOrStore(Inst, DL);
458 bool ThreadSanitizer::instrumentLoadOrStore(Instruction *I, function in class:ThreadSanitizer
H A DEfficiencySanitizer.cpp176 bool instrumentLoadOrStore(Instruction *I, const DataLayout &DL);
628 Res |= instrumentLoadOrStore(Inst, DL);
647 bool EfficiencySanitizer::instrumentLoadOrStore(Instruction *I, function in class:EfficiencySanitizer

Completed in 207 milliseconds