Searched refs:StoredOnceVal (Results 1 – 1 of 1) sorted by relevance
1103 optimizeOnceStoredGlobal(GlobalVariable *GV, Value *StoredOnceVal, in optimizeOnceStoredGlobal() argument1107 StoredOnceVal = StoredOnceVal->stripPointerCasts(); in optimizeOnceStoredGlobal()1118 if (Constant *SOVC = dyn_cast<Constant>(StoredOnceVal)) { in optimizeOnceStoredGlobal()1125 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()