Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp467 SmallVectorImpl<std::pair<Instruction *, MemoryLocation>> &MemoryAccesses, in collectMemAccessInfo() argument
491 MemoryAccesses.push_back(std::make_pair(&Inst, MLoc)); in collectMemAccessInfo()
516 SmallVector<std::pair<Instruction *, MemoryLocation>> MemoryAccesses; in sanitizeFunction() local
519 collectMemAccessInfo(F, TLI, MemoryAccesses, TBAAMetadata, MemTypeResetInsts); in sanitizeFunction()
544 MemTypeResetInsts.empty() && MemoryAccesses.empty(); in sanitizeFunction()
547 for (const auto &[I, MLoc] : MemoryAccesses) { in sanitizeFunction()