Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp511 SmallVector<InstructionInfo, 8> AllLoadsAndStores; in sanitizeFunction() local
536 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, in sanitizeFunction()
540 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL); in sanitizeFunction()
549 for (const auto &II : AllLoadsAndStores) { in sanitizeFunction()