Searched refs:StoredOnceValue (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 117 GS.StoredOnceValue = StoredVal; in analyzeGlobalAux() 119 GS.StoredOnceValue == StoredVal) { in analyzeGlobalAux() 186 StoredOnceValue(nullptr), AccessingFunction(nullptr), in GlobalStatus()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | GlobalStatus.h | 58 Value *StoredOnceValue; member
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 130 Value *StoredOnceValue; member 147 StoredOnceValue(0), AccessingFunction(0), in GlobalStatus() 223 GS.StoredOnceValue = StoredVal; in AnalyzeGlobal() 225 GS.StoredOnceValue == StoredVal) { in AnalyzeGlobal() 1817 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) in ProcessInternalGlobal() 1839 if (OptimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GVI, in ProcessInternalGlobal() 1845 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) in ProcessInternalGlobal()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1897 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal() 1902 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) in processInternalGlobal() 1922 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, TLI)) in processInternalGlobal() 1927 if (Constant *SOVConstant = dyn_cast<Constant>(GS.StoredOnceValue)) { in processInternalGlobal()
|