reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2018 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { 2023 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) 2043 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, 2049 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) {lib/Transforms/Utils/GlobalStatus.cpp
129 GS.StoredOnceValue = StoredVal; 131 GS.StoredOnceValue == StoredVal) {