Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp514 SmallVector<Instruction*, 8> LocalLoadsAndStores; in sanitizeFunction() local
528 LocalLoadsAndStores.push_back(&Inst); in sanitizeFunction()
536 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, in sanitizeFunction()
540 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL); in sanitizeFunction()