Searched refs:StoredOnceValue (Results 1 – 1 of 1) sorted by relevance
1432 const Value *StoredOnceValue = StoredOnceStore->getValueOperand(); in forwardStoredOnceStore() local1436 if (!isa<Constant>(StoredOnceValue)) in forwardStoredOnceStore()1443 LI->getType() == StoredOnceValue->getType() && LI->isSimple()) in forwardStoredOnceStore()1453 LI->replaceAllUsesWith(const_cast<Value *>(StoredOnceValue)); in forwardStoredOnceStore()1567 Value *StoredOnceValue = GS.getStoredOnceValue(); in processInternalGlobal() local1568 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()1581 auto *SOVConstant = dyn_cast<Constant>(StoredOnceValue); in processInternalGlobal()1617 if (optimizeOnceStoredGlobal(GV, StoredOnceValue, DL, GetTLI)) in processInternalGlobal()