Searched refs:UpperInst (Results 1 – 1 of 1) sorted by relevance
2103 Instruction *UpperInst = UpperDef->getMemoryInst(); in eliminateRedundantStoresOfExistingValues() local2105 if (DefInst->isIdenticalTo(UpperInst)) in eliminateRedundantStoresOfExistingValues()2107 if (auto *MemSetI = dyn_cast<MemSetInst>(UpperInst)) { in eliminateRedundantStoresOfExistingValues()2110 auto UpperLoc = getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues()2115 auto OR = isOverwrite(UpperInst, DefInst, *UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()