Home
last modified time | relevance | path

Searched refs:StoredOnceValue (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp129 GS.StoredOnceValue = StoredVal; in analyzeGlobalAux()
131 GS.StoredOnceValue == StoredVal) { in analyzeGlobalAux()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h59 Value *StoredOnceValue = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2031 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()