Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3316 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB); in mergeConditionalStoreToAddress() local
3317 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
3321 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress()
3339 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
3343 if (&I != QStore && I.mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
3385 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress()
3415 Value *QPHI = ensureValueAvailableInSuccessor(QStore->getValueOperand(), in mergeConditionalStoreToAddress()
3416 QStore->getParent(), PPHI); in mergeConditionalStoreToAddress()
3421 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); in mergeConditionalStoreToAddress()
3442 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign())); in mergeConditionalStoreToAddress()
[all …]