reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2958 if (!PStore || !QStore) 2962 if (!QStore->isUnordered() || !PStore->isUnordered()) 2980 if (&I != QStore && I.mayReadOrWriteMemory()) 2984 if (&I != QStore && I.mayReadOrWriteMemory()) 3025 const SmallVector<StoreInst *, 2> FreeStores = {PStore, QStore}; 3055 Value *QPHI = ensureValueAvailableInSuccessor(QStore->getValueOperand(), 3056 QStore->getParent(), PPHI); 3061 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); 3078 unsigned QAlignment = QStore->getAlignment(); 3101 QStore->eraseFromParent();