Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4014 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB); in mergeConditionalStoreToAddress() local
4015 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
4019 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress()
4021 QStore->getValueOperand()->getType()) in mergeConditionalStoreToAddress()
4039 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
4043 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
4086 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress()
4116 Value *QPHI = ensureValueAvailableInSuccessor(QStore->getValueOperand(), in mergeConditionalStoreToAddress()
4124 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); in mergeConditionalStoreToAddress()
4144 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign())); in mergeConditionalStoreToAddress()
[all …]