Searched refs:StoredOnceValue (Results 1 – 3 of 3) sorted by relevance
117 GS.StoredOnceValue = StoredVal; in analyzeGlobalAux()119 GS.StoredOnceValue == StoredVal) { in analyzeGlobalAux()186 StoredOnceValue(nullptr), AccessingFunction(nullptr), in GlobalStatus()
58 Value *StoredOnceValue; member
1945 } else if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in ProcessInternalGlobal()1950 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) in ProcessInternalGlobal()1972 if (OptimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, GVI, in ProcessInternalGlobal()1978 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) { in ProcessInternalGlobal()