Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp522 SmallVector<Instruction*, 8> LocalLoadsAndStores; in sanitizeFunction() local
536 LocalLoadsAndStores.push_back(&Inst); in sanitizeFunction()
544 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, in sanitizeFunction()
548 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL); in sanitizeFunction()