Searched refs:StoredOnceValue (Results 1 – 3 of 3) sorted by relevance
129 GS.StoredOnceValue = StoredVal; in analyzeGlobalAux()131 GS.StoredOnceValue == StoredVal) { in analyzeGlobalAux()
59 Value *StoredOnceValue = nullptr; member
2031 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()2036 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) in processInternalGlobal()2056 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, in processInternalGlobal()2062 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) { in processInternalGlobal()