Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp570 SmallVector<Instruction*, 8> MemIntrinCalls; in sanitizeFunction() local
587 MemIntrinCalls.push_back(&Inst); in sanitizeFunction()
614 for (auto Inst : MemIntrinCalls) { in sanitizeFunction()