reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1935 if (!GS.HasMultipleAccessingFunctions && 1936 GS.AccessingFunction && 1941 GS.AccessingFunction->doesNotRecurse() && 1942 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, 1947 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction 1966 if (!GS.IsLoaded) { 1989 if (GS.StoredType <= GlobalStatus::InitializerStored) { 1995 if (GS.Ordering == AtomicOrdering::NotAtomic) 2018 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { 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, 2043 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, 2049 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) { 2050 if (GS.Ordering == AtomicOrdering::NotAtomic) {