Searched refs:StoredOnceVal (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp1759 static bool OptimizeOnceStoredGlobal(GlobalVariable *GV, Value *StoredOnceVal, argument
1764 StoredOnceVal = StoredOnceVal->stripPointerCasts();
1772 if (Constant *SOVC = dyn_cast<Constant>(StoredOnceVal)) {
1779 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) {

Completed in 65 milliseconds