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