Searched refs:StoredOnceValue (Results 1 – 1 of 1) sorted by relevance
1452 const Value *StoredOnceValue = StoredOnceStore->getValueOperand(); in forwardStoredOnceStore() local1456 if (!isa<Constant>(StoredOnceValue)) in forwardStoredOnceStore()1463 LI->getType() == StoredOnceValue->getType() && LI->isSimple()) in forwardStoredOnceStore()1473 LI->replaceAllUsesWith(const_cast<Value *>(StoredOnceValue)); in forwardStoredOnceStore()1584 Value *StoredOnceValue = GS.getStoredOnceValue(); in processInternalGlobal() local1585 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()1598 auto *SOVConstant = dyn_cast<Constant>(StoredOnceValue); in processInternalGlobal()1634 if (optimizeOnceStoredGlobal(GV, StoredOnceValue, DL, GetTLI)) in processInternalGlobal()