Searched refs:UpperInst (Results 1 – 1 of 1) sorted by relevance
2049 Instruction *UpperInst = UpperDef->getMemoryInst(); in eliminateRedundantStoresOfExistingValues() local2051 if (DefInst->isIdenticalTo(UpperInst)) in eliminateRedundantStoresOfExistingValues()2053 if (auto *MemSetI = dyn_cast<MemSetInst>(UpperInst)) { in eliminateRedundantStoresOfExistingValues()2056 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues()2059 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()