Searched refs:StoredOnceValue (Results 1 – 1 of 1) sorted by relevance
1406 const Value *StoredOnceValue = StoredOnceStore->getValueOperand(); in forwardStoredOnceStore() local1410 if (!isa<Constant>(StoredOnceValue)) in forwardStoredOnceStore()1417 LI->getType() == StoredOnceValue->getType() && LI->isSimple()) in forwardStoredOnceStore()1427 LI->replaceAllUsesWith(const_cast<Value *>(StoredOnceValue)); in forwardStoredOnceStore()1535 Value *StoredOnceValue = GS.getStoredOnceValue(); in processInternalGlobal() local1536 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()1549 auto *SOVConstant = dyn_cast<Constant>(StoredOnceValue); in processInternalGlobal()1585 if (optimizeOnceStoredGlobal(GV, StoredOnceValue, DL, GetTLI)) in processInternalGlobal()