Searched refs:MemoryAccesses (Results 1 – 1 of 1) sorted by relevance
467 SmallVectorImpl<std::pair<Instruction *, MemoryLocation>> &MemoryAccesses, in collectMemAccessInfo() argument491 MemoryAccesses.push_back(std::make_pair(&Inst, MLoc)); in collectMemAccessInfo()516 SmallVector<std::pair<Instruction *, MemoryLocation>> MemoryAccesses; in sanitizeFunction() local519 collectMemAccessInfo(F, TLI, MemoryAccesses, TBAAMetadata, MemTypeResetInsts); in sanitizeFunction()544 MemTypeResetInsts.empty() && MemoryAccesses.empty(); in sanitizeFunction()547 for (const auto &[I, MLoc] : MemoryAccesses) { in sanitizeFunction()