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.cpp4082 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB); in mergeConditionalStoreToAddress() local
4083 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
4087 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress()
4089 QStore->getValueOperand()->getType()) in mergeConditionalStoreToAddress()
4107 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
4111 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
4154 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress()
4184 Value *QPHI = ensureValueAvailableInSuccessor(QStore->getValueOperand(), in mergeConditionalStoreToAddress()
4185 QStore->getParent(), PPHI); in mergeConditionalStoreToAddress()
4192 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); in mergeConditionalStoreToAddress()
[all …]