Searched refs:StoredOnceValue (Results 1 – 3 of 3) sorted by relevance
128 GS.StoredOnceValue = StoredVal; in analyzeGlobalAux()130 GS.StoredOnceValue == StoredVal) { in analyzeGlobalAux()
59 Value *StoredOnceValue = nullptr; member
1547 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()1552 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) in processInternalGlobal()1572 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, in processInternalGlobal()1578 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) { in processInternalGlobal()