Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1121 optimizeOnceStoredGlobal(GlobalVariable *GV, Value *StoredOnceVal, in optimizeOnceStoredGlobal() argument
1125 StoredOnceVal = StoredOnceVal->stripPointerCasts(); in optimizeOnceStoredGlobal()
1133 StoredOnceVal->getType()->isPointerTy() && in optimizeOnceStoredGlobal()
1137 if (Constant *SOVC = dyn_cast<Constant>(StoredOnceVal)) { in optimizeOnceStoredGlobal()
1141 } else if (isAllocationFn(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()
1142 if (auto *CI = dyn_cast<CallInst>(StoredOnceVal)) { in optimizeOnceStoredGlobal()