Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp538 SmallVector<Instruction*, 8> LocalLoadsAndStores; in sanitizeFunction() local
552 LocalLoadsAndStores.push_back(&Inst); in sanitizeFunction()
559 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, in sanitizeFunction()
563 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL); in sanitizeFunction()