Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp837 SmallPtrSet<MemoryAccess *, 4> SkipStores; member
1719 SkipStores.insert(MD); in deleteDeadInstruction()
1814 if (SkipStores.contains(Def)) in eliminateDeadWritesAtEndOfFunction()
2084 if (SkipStores.contains(Def) || MSSA.isLiveOnEntryDef(Def)) in eliminateRedundantStoresOfExistingValues()
2147 if (State.SkipStores.count(KillingDef)) in eliminateDeadStores()
2179 [[maybe_unused]] unsigned OrigNumSkipStores = State.SkipStores.size(); in eliminateDeadStores()
2290 assert(State.SkipStores.size() - OrigNumSkipStores == Deleted.size() && in eliminateDeadStores()