Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3908 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB); in mergeConditionalStoreToAddress() local
3909 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
3913 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress()
3915 QStore->getValueOperand()->getType()) in mergeConditionalStoreToAddress()
3933 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
3937 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
3980 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress()
4010 Value *QPHI = ensureValueAvailableInSuccessor(QStore->getValueOperand(), in mergeConditionalStoreToAddress()
4011 QStore->getParent(), PPHI); in mergeConditionalStoreToAddress()
4016 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); in mergeConditionalStoreToAddress()
[all …]