Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp128 GS.StoredOnceValue = StoredVal; in analyzeGlobalAux()
130 GS.StoredOnceValue == StoredVal) { in analyzeGlobalAux()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h59 Value *StoredOnceValue = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1547 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()
1552 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) in processInternalGlobal()
1572 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, in processInternalGlobal()
1578 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) { in processInternalGlobal()