Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp469 SmallVectorImpl<Value *> &MemTypeResetInsts) { in collectMemAccessInfo() argument
497 MemTypeResetInsts.push_back(&Inst); in collectMemAccessInfo()
499 MemTypeResetInsts.push_back(&Inst); in collectMemAccessInfo()
518 SmallVector<Value *> MemTypeResetInsts; in sanitizeFunction() local
519 collectMemAccessInfo(F, TLI, MemoryAccesses, TBAAMetadata, MemTypeResetInsts); in sanitizeFunction()
525 MemTypeResetInsts.push_back(&A); in sanitizeFunction()
544 MemTypeResetInsts.empty() && MemoryAccesses.empty(); in sanitizeFunction()
560 for (auto Inst : MemTypeResetInsts) in sanitizeFunction()