Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1920 Instruction *UpperInst = UpperDef->getMemoryInst(); in eliminateRedundantStoresOfExistingValues() local
1922 if (DefInst->isIdenticalTo(UpperInst)) in eliminateRedundantStoresOfExistingValues()
1924 if (auto *MemSetI = dyn_cast<MemSetInst>(UpperInst)) { in eliminateRedundantStoresOfExistingValues()
1927 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues()
1930 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()