Home
last modified time | relevance | path

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

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