Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp524 SmallVector<Instruction*, 8> MemIntrinCalls; in sanitizeFunction() local
542 MemIntrinCalls.push_back(&Inst); in sanitizeFunction()
569 for (auto Inst : MemIntrinCalls) { in sanitizeFunction()