Lines Matching refs:PTB
2542 static bool mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, in mergeConditionalStoreToAddress() argument
2576 (!IsWorthwhile(PTB) || !IsWorthwhile(PFB) || !IsWorthwhile(QTB) || in mergeConditionalStoreToAddress()
2585 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress()
2634 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress()
2687 BasicBlock *PTB = PBI->getSuccessor(0); in mergeConditionalStores() local
2696 std::swap(PFB, PTB); in mergeConditionalStores()
2706 if (PTB == QBI->getParent()) in mergeConditionalStores()
2707 PTB = nullptr; in mergeConditionalStores()
2721 if ((PTB && !HasOnePredAndOneSucc(PTB, PBI->getParent(), QBI->getParent())) || in mergeConditionalStores()
2730 for (auto *BB : {PTB, PFB}) { in mergeConditionalStores()
2753 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond); in mergeConditionalStores()