Searched refs:UpperInst (Results 1 – 1 of 1) sorted by relevance
1920 Instruction *UpperInst = UpperDef->getMemoryInst(); in eliminateRedundantStoresOfExistingValues() local1922 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()