Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h63 const StoreInst *StoredOnceStore = nullptr; member
68 return (StoredType == StoredOnce && StoredOnceStore) in getStoredOnceValue()
69 ? StoredOnceStore->getOperand(0) in getStoredOnceValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp135 GS.StoredOnceStore = SI; in analyzeGlobalAux()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1430 GlobalVariable *GV, const StoreInst *StoredOnceStore, in forwardStoredOnceStore() argument
1432 const Value *StoredOnceValue = StoredOnceStore->getValueOperand(); in forwardStoredOnceStore()
1438 const Function *F = StoredOnceStore->getFunction(); in forwardStoredOnceStore()
1452 if (DT.dominates(StoredOnceStore, LI)) { in forwardStoredOnceStore()
1570 const_cast<Function &>(*GS.StoredOnceStore->getFunction()); in processInternalGlobal()
1623 if (forwardStoredOnceStore(GV, GS.StoredOnceStore, LookupDomTree)) in processInternalGlobal()