Searched refs:StoredOnceStore (Results 1 – 3 of 3) sorted by relevance
63 const StoreInst *StoredOnceStore = nullptr; member68 return (StoredType == StoredOnce && StoredOnceStore) in getStoredOnceValue()69 ? StoredOnceStore->getOperand(0) in getStoredOnceValue()
135 GS.StoredOnceStore = SI; in analyzeGlobalAux()
1404 GlobalVariable *GV, const StoreInst *StoredOnceStore, in forwardStoredOnceStore() argument1406 const Value *StoredOnceValue = StoredOnceStore->getValueOperand(); in forwardStoredOnceStore()1412 const Function *F = StoredOnceStore->getFunction(); in forwardStoredOnceStore()1426 if (DT.dominates(StoredOnceStore, LI)) { in forwardStoredOnceStore()1538 const_cast<Function &>(*GS.StoredOnceStore->getFunction()); in processInternalGlobal()1591 if (forwardStoredOnceStore(GV, GS.StoredOnceStore, LookupDomTree)) in processInternalGlobal()