Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp507 SmallVector<InstructionInfo, 8> AllLoadsAndStores; in sanitizeFunction() local
533 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, in sanitizeFunction()
537 chooseInstructionsToInstrument(LocalLoadsAndStores, AllLoadsAndStores, DL); in sanitizeFunction()
546 for (const auto &II : AllLoadsAndStores) { in sanitizeFunction()
H A DNumericalStabilitySanitizer.cpp1985 SmallVector<Instruction *, 8> AllLoadsAndStores; in sanitizeFunction() local