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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2957 BasicBlock *QTB, BasicBlock *QFB,
2963 // PTB or PFB, and the other from QTB or QFB. We don't support more than one
2964 // store (to any address) in PTB,PFB or QTB,QFB.
2968 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB);
2979 // the P blocks down through the middle block (QBI) and past both QFB and QTB.
2981 // QBI, QTB and QFB. We also need to check there are no conflicting memory
2993 if (QTB)
2994 for (auto &I : *QTB)
3039 !IsWorthwhile(QTB, FreeStores) || !IsWorthwhile(QFB, FreeStores)))
3046 // predecessor. If QTB exist
2956 mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, BasicBlock *QTB, BasicBlock *QFB, BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, const DataLayout &DL, const TargetTransformInfo &TTI) argument
3150 BasicBlock *QTB = QBI->getSuccessor(0); local
[all...]

Completed in 66 milliseconds