Searched refs:QFB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3019 BasicBlock *QTB, BasicBlock *QFB,
3025 // PTB or PFB, and the other from QTB or QFB. We don't support more than one
3026 // store (to any address) in PTB,PFB or QTB,QFB.
3030 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB);
3041 // the P blocks down through the middle block (QBI) and past both QFB and QTB.
3043 // QBI, QTB and QFB. We also need to check there are no conflicting memory
3049 for (auto &I : *QFB->getSinglePredecessor())
3052 for (auto &I : *QFB)
3101 !IsWorthwhile(QTB, FreeStores) || !IsWorthwhile(QFB, FreeStores)))
3107 // We know that QFB'
3018 mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, BasicBlock *QTB, BasicBlock *QFB, BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, const DataLayout &DL, const TargetTransformInfo &TTI) argument
3195 BasicBlock *QFB = QBI->getSuccessor(1); local
[all...]

Completed in 70 milliseconds